Class: Dialers::RequestOptions
- Inherits:
-
Object
- Object
- Dialers::RequestOptions
- Defined in:
- lib/dialers/request_options.rb
Instance Attribute Summary collapse
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#http_method ⇒ Object
Returns the value of attribute http_method.
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#query_params ⇒ Object
Returns the value of attribute query_params.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#headers ⇒ Object
Returns the value of attribute headers.
3 4 5 |
# File 'lib/dialers/request_options.rb', line 3 def headers @headers end |
#http_method ⇒ Object
Returns the value of attribute http_method.
3 4 5 |
# File 'lib/dialers/request_options.rb', line 3 def http_method @http_method end |
#payload ⇒ Object
Returns the value of attribute payload.
3 4 5 |
# File 'lib/dialers/request_options.rb', line 3 def payload @payload end |
#query_params ⇒ Object
Returns the value of attribute query_params.
3 4 5 |
# File 'lib/dialers/request_options.rb', line 3 def query_params @query_params end |
#url ⇒ Object
Returns the value of attribute url.
3 4 5 |
# File 'lib/dialers/request_options.rb', line 3 def url @url end |