Class: Reply
- Inherits:
-
Struct
- Object
- Struct
- Reply
- Defined in:
- lib/armstrong/data_structures.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#code ⇒ Object
Returns the value of attribute code.
-
#env ⇒ Object
Returns the value of attribute env.
-
#headers ⇒ Object
Returns the value of attribute headers.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
5 6 7 |
# File 'lib/armstrong/data_structures.rb', line 5 def body @body end |
#code ⇒ Object
Returns the value of attribute code
5 6 7 |
# File 'lib/armstrong/data_structures.rb', line 5 def code @code end |
#env ⇒ Object
Returns the value of attribute env
5 6 7 |
# File 'lib/armstrong/data_structures.rb', line 5 def env @env end |
#headers ⇒ Object
Returns the value of attribute headers
5 6 7 |
# File 'lib/armstrong/data_structures.rb', line 5 def headers @headers end |