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



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

def body
  @body
end

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



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

def code
  @code
end

#envObject

Returns the value of attribute env

Returns:

  • (Object)

    the current value of env



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

def env
  @env
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



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

def headers
  @headers
end