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