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