Class: Response
Overview
Responses are recorded in this format
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#code ⇒ Object
Returns the value of attribute code.
-
#logged ⇒ Object
Returns the value of attribute logged.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
11 12 13 |
# File 'lib/inari/commands.rb', line 11 def body @body end |
#code ⇒ Object
Returns the value of attribute code
11 12 13 |
# File 'lib/inari/commands.rb', line 11 def code @code end |
#logged ⇒ Object
Returns the value of attribute logged
11 12 13 |
# File 'lib/inari/commands.rb', line 11 def logged @logged end |
#size ⇒ Object
Returns the value of attribute size
11 12 13 |
# File 'lib/inari/commands.rb', line 11 def size @size end |