class JSONAPI::Realizer::Error::InvalidRootProperty
Attributes
given[RW]
Public Instance Methods
message()
click to toggle source
# File lib/jsonapi/realizer/error/invalid_root_property.rb, line 7 def message "root property was #{given}, which is not an Hash" end