Module: JsonapiActions::ClassMethods
- Defined in:
- lib/jsonapi_actions.rb
Instance Attribute Summary collapse
-
#model ⇒ Object
Returns the value of attribute model.
-
#model_name ⇒ Object
Returns the value of attribute model_name.
-
#parent_associations ⇒ Object
Returns the value of attribute parent_associations.
-
#serializer ⇒ Object
Returns the value of attribute serializer.
Instance Attribute Details
#model ⇒ Object
Returns the value of attribute model.
209 210 211 |
# File 'lib/jsonapi_actions.rb', line 209 def model @model end |
#model_name ⇒ Object
Returns the value of attribute model_name.
209 210 211 |
# File 'lib/jsonapi_actions.rb', line 209 def model_name @model_name end |
#parent_associations ⇒ Object
Returns the value of attribute parent_associations.
209 210 211 |
# File 'lib/jsonapi_actions.rb', line 209 def parent_associations @parent_associations end |
#serializer ⇒ Object
Returns the value of attribute serializer.
209 210 211 |
# File 'lib/jsonapi_actions.rb', line 209 def serializer @serializer end |