class Ym4r::YahooMaps::BuildingBlock::LocalSearch::Rating

Public Instance Methods

is_rated?() click to toggle source
# File lib/ym4r/yahoo_maps/building_block/local_search.rb, line 141
def is_rated?
  total_ratings != 0
end