class OData::AbstractQuery::Errors::EntityTypeNotFound

Public Instance Methods

to_s() click to toggle source
# File lib/o_data/abstract_query/errors.rb, line 30
def to_s
  "EntityType not found for the segment '#{self.str.to_s}'"
end