Module: JsonapiActions::ClassMethods

Defined in:
lib/jsonapi_actions.rb

Instance Attribute Summary collapse

Instance Attribute Details

#modelObject

Returns the value of attribute model.



220
221
222
# File 'lib/jsonapi_actions.rb', line 220

def model
  @model
end

#model_nameObject

Returns the value of attribute model_name.



220
221
222
# File 'lib/jsonapi_actions.rb', line 220

def model_name
  @model_name
end

#parent_associationsObject

Returns the value of attribute parent_associations.



220
221
222
# File 'lib/jsonapi_actions.rb', line 220

def parent_associations
  @parent_associations
end

#serializerObject

Returns the value of attribute serializer.



220
221
222
# File 'lib/jsonapi_actions.rb', line 220

def serializer
  @serializer
end