Class: Pickpoint::Transport::RequestOpts
- Inherits:
-
Struct
- Object
- Struct
- Pickpoint::Transport::RequestOpts
- Defined in:
- lib/pickpoint/transport.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#empty ⇒ Object
Returns the value of attribute empty.
-
#method ⇒ Object
Returns the value of attribute method.
-
#on_client_error ⇒ Object
Returns the value of attribute on_client_error.
-
#path ⇒ Object
Returns the value of attribute path.
-
#query ⇒ Object
Returns the value of attribute query.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
17 18 19 |
# File 'lib/pickpoint/transport.rb', line 17 def body @body end |
#empty ⇒ Object
Returns the value of attribute empty
17 18 19 |
# File 'lib/pickpoint/transport.rb', line 17 def empty @empty end |
#method ⇒ Object
Returns the value of attribute method
17 18 19 |
# File 'lib/pickpoint/transport.rb', line 17 def method @method end |
#on_client_error ⇒ Object
Returns the value of attribute on_client_error
17 18 19 |
# File 'lib/pickpoint/transport.rb', line 17 def on_client_error @on_client_error end |
#path ⇒ Object
Returns the value of attribute path
17 18 19 |
# File 'lib/pickpoint/transport.rb', line 17 def path @path end |
#query ⇒ Object
Returns the value of attribute query
17 18 19 |
# File 'lib/pickpoint/transport.rb', line 17 def query @query end |