class Net::HTTPResponse

Public Instance Methods

entity() click to toggle source

The parsed entity, if any.

# File lib/ravello-sdk.rb, line 12
def entity
  @entity if defined? @entity
end
entity=(value) click to toggle source

Set the parsed entity. @private

# File lib/ravello-sdk.rb, line 18
def entity=(value)
  @entity = value
end