class OData::AbstractQuery::Errors::PropertyNotFound
Public Instance Methods
to_s()
click to toggle source
# File lib/o_data/abstract_query/errors.rb, line 36 def to_s "Property not found for the segment '#{self.str.to_s}'" end