Class: ContextIO::APICallMade::CALL_MADE_STRUCT
- Inherits:
-
Struct
- Object
- Struct
- ContextIO::APICallMade::CALL_MADE_STRUCT
- Defined in:
- lib/context_io/utilities/api_call_made.rb
Instance Attribute Summary collapse
-
#allowed_params ⇒ Object
Returns the value of attribute allowed_params.
-
#method ⇒ Object
Returns the value of attribute method.
-
#rejected_params ⇒ Object
Returns the value of attribute rejected_params.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#allowed_params ⇒ Object
Returns the value of attribute allowed_params
3 4 5 |
# File 'lib/context_io/utilities/api_call_made.rb', line 3 def allowed_params @allowed_params end |
#method ⇒ Object
Returns the value of attribute method
3 4 5 |
# File 'lib/context_io/utilities/api_call_made.rb', line 3 def method @method end |
#rejected_params ⇒ Object
Returns the value of attribute rejected_params
3 4 5 |
# File 'lib/context_io/utilities/api_call_made.rb', line 3 def rejected_params @rejected_params end |
#url ⇒ Object
Returns the value of attribute url
3 4 5 |
# File 'lib/context_io/utilities/api_call_made.rb', line 3 def url @url end |