Class: Cb::Models::ApiCall
- Inherits:
-
Struct
- Object
- Struct
- Cb::Models::ApiCall
- Defined in:
- lib/cb/models/api_call_model.rb
Instance Attribute Summary collapse
-
#api_call_type ⇒ Object
Returns the value of attribute api_call_type.
-
#options ⇒ Object
Returns the value of attribute options.
-
#path ⇒ Object
Returns the value of attribute path.
-
#response ⇒ Object
Returns the value of attribute response.
Instance Attribute Details
#api_call_type ⇒ Object
Returns the value of attribute api_call_type
3 4 5 |
# File 'lib/cb/models/api_call_model.rb', line 3 def api_call_type @api_call_type end |
#options ⇒ Object
Returns the value of attribute options
3 4 5 |
# File 'lib/cb/models/api_call_model.rb', line 3 def end |
#path ⇒ Object
Returns the value of attribute path
3 4 5 |
# File 'lib/cb/models/api_call_model.rb', line 3 def path @path end |
#response ⇒ Object
Returns the value of attribute response
3 4 5 |
# File 'lib/cb/models/api_call_model.rb', line 3 def response @response end |