Class: KnapsackPro::Client::API::Action
- Inherits:
-
Struct
- Object
- Struct
- KnapsackPro::Client::API::Action
- Defined in:
- lib/knapsack_pro/client/api/action.rb
Instance Attribute Summary collapse
-
#endpoint_path ⇒ Object
Returns the value of attribute endpoint_path.
-
#http_method ⇒ Object
Returns the value of attribute http_method.
-
#request_hash ⇒ Object
Returns the value of attribute request_hash.
Instance Attribute Details
#endpoint_path ⇒ Object
Returns the value of attribute endpoint_path
6 7 8 |
# File 'lib/knapsack_pro/client/api/action.rb', line 6 def endpoint_path @endpoint_path end |
#http_method ⇒ Object
Returns the value of attribute http_method
6 7 8 |
# File 'lib/knapsack_pro/client/api/action.rb', line 6 def http_method @http_method end |
#request_hash ⇒ Object
Returns the value of attribute request_hash
6 7 8 |
# File 'lib/knapsack_pro/client/api/action.rb', line 6 def request_hash @request_hash end |