Module: RapidApi::ActionController::ResourceActions::ClassMethods
- Defined in:
- lib/rapid_api/action_controller/resource_actions.rb
Instance Attribute Summary collapse
-
#adapted_model ⇒ Object
Returns the value of attribute adapted_model.
-
#adapted_serializer ⇒ Object
Returns the value of attribute adapted_serializer.
-
#model ⇒ Object
Returns the value of attribute model.
-
#model_adapter ⇒ Object
Returns the value of attribute model_adapter.
-
#model_class_name ⇒ Object
Returns the value of attribute model_class_name.
-
#params_key ⇒ Object
Returns the value of attribute params_key.
-
#serializer ⇒ Object
Returns the value of attribute serializer.
-
#serializer_adapter ⇒ Object
Returns the value of attribute serializer_adapter.
Instance Attribute Details
#adapted_model ⇒ Object
Returns the value of attribute adapted_model.
104 105 106 |
# File 'lib/rapid_api/action_controller/resource_actions.rb', line 104 def adapted_model @adapted_model end |
#adapted_serializer ⇒ Object
Returns the value of attribute adapted_serializer.
104 105 106 |
# File 'lib/rapid_api/action_controller/resource_actions.rb', line 104 def adapted_serializer @adapted_serializer end |
#model ⇒ Object
Returns the value of attribute model.
104 105 106 |
# File 'lib/rapid_api/action_controller/resource_actions.rb', line 104 def model @model end |
#model_adapter ⇒ Object
Returns the value of attribute model_adapter.
104 105 106 |
# File 'lib/rapid_api/action_controller/resource_actions.rb', line 104 def model_adapter @model_adapter end |
#model_class_name ⇒ Object
Returns the value of attribute model_class_name.
104 105 106 |
# File 'lib/rapid_api/action_controller/resource_actions.rb', line 104 def model_class_name @model_class_name end |
#params_key ⇒ Object
Returns the value of attribute params_key.
104 105 106 |
# File 'lib/rapid_api/action_controller/resource_actions.rb', line 104 def params_key @params_key end |
#serializer ⇒ Object
Returns the value of attribute serializer.
104 105 106 |
# File 'lib/rapid_api/action_controller/resource_actions.rb', line 104 def serializer @serializer end |
#serializer_adapter ⇒ Object
Returns the value of attribute serializer_adapter.
104 105 106 |
# File 'lib/rapid_api/action_controller/resource_actions.rb', line 104 def serializer_adapter @serializer_adapter end |