Class: Trello::Response
- Inherits:
-
Struct
- Object
- Struct
- Trello::Response
- Defined in:
- lib/trello/net.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#code ⇒ Object
Returns the value of attribute code.
-
#headers ⇒ Object
Returns the value of attribute headers.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
3 4 5 |
# File 'lib/trello/net.rb', line 3 def body @body end |
#code ⇒ Object
Returns the value of attribute code
3 4 5 |
# File 'lib/trello/net.rb', line 3 def code @code end |
#headers ⇒ Object
Returns the value of attribute headers
3 4 5 |
# File 'lib/trello/net.rb', line 3 def headers @headers end |