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