Class: Octoryn::Response

Inherits:
Data
  • Object
show all
Defined in:
lib/octoryn/transport.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



8
9
10
# File 'lib/octoryn/transport.rb', line 8

def body
  @body
end

#headersObject (readonly)

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



8
9
10
# File 'lib/octoryn/transport.rb', line 8

def headers
  @headers
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



8
9
10
# File 'lib/octoryn/transport.rb', line 8

def status
  @status
end