class JSONAPI::Realizer::Error::ResourceAttributeNotFound
Attributes
name[RW]
realizer[RW]
Public Instance Methods
message()
click to toggle source
# File lib/jsonapi/realizer/error/resource_attribute_not_found.rb, line 8 def message "#{realizer} doesn't define the attribute #{name}" end