Class: GeniusReferrals::TransportResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/genius_referrals/transport.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



6
7
8
# File 'lib/genius_referrals/transport.rb', line 6

def body
  @body
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



6
7
8
# File 'lib/genius_referrals/transport.rb', line 6

def headers
  @headers
end

#status_codeObject

Returns the value of attribute status_code

Returns:

  • (Object)

    the current value of status_code



6
7
8
# File 'lib/genius_referrals/transport.rb', line 6

def status_code
  @status_code
end