Module: JsonapiActions::ClassMethods

Defined in:
lib/jsonapi_actions.rb

Instance Attribute Summary collapse

Instance Attribute Details

#modelObject

Returns the value of attribute model.



222
223
224
# File 'lib/jsonapi_actions.rb', line 222

def model
  @model
end

#model_nameObject

Returns the value of attribute model_name.



222
223
224
# File 'lib/jsonapi_actions.rb', line 222

def model_name
  @model_name
end

#parent_associationsObject

Returns the value of attribute parent_associations.



222
223
224
# File 'lib/jsonapi_actions.rb', line 222

def parent_associations
  @parent_associations
end

#serializerObject

Returns the value of attribute serializer.



222
223
224
# File 'lib/jsonapi_actions.rb', line 222

def serializer
  @serializer
end