Class: Reply

Inherits:
Struct
  • Object
show all
Defined in:
lib/armstrong/data_structures.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/armstrong/data_structures.rb', line 6

def body
  @body
end

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



6
7
8
# File 'lib/armstrong/data_structures.rb', line 6

def code
  @code
end

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



6
7
8
# File 'lib/armstrong/data_structures.rb', line 6

def data
  @data
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



6
7
8
# File 'lib/armstrong/data_structures.rb', line 6

def headers
  @headers
end