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.
222 223 224 |
# File 'lib/jsonapi_actions.rb', line 222 def model @model end |
#model_name ⇒ Object
Returns the value of attribute model_name.
222 223 224 |
# File 'lib/jsonapi_actions.rb', line 222 def model_name @model_name end |
#parent_associations ⇒ Object
Returns the value of attribute parent_associations.
222 223 224 |
# File 'lib/jsonapi_actions.rb', line 222 def parent_associations @parent_associations end |
#serializer ⇒ Object
Returns the value of attribute serializer.
222 223 224 |
# File 'lib/jsonapi_actions.rb', line 222 def serializer @serializer end |