Class: Providers::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/providers/base.rb

Direct Known Subclasses

Citysearch::Api, Google::Api, Yelp::Api

Instance Method Summary collapse

Instance Method Details

#find_business_by_id(id) ⇒ Object



16
17
# File 'lib/providers/base.rb', line 16

def find_business_by_id(id)
end

#find_business_by_name(name, business_type, city_state = "") ⇒ Object



10
11
# File 'lib/providers/base.rb', line 10

def find_business_by_name(name, business_type, city_state = "")
end

#find_reviews_for_business(ref) ⇒ Object



13
14
# File 'lib/providers/base.rb', line 13

def find_reviews_for_business(ref)
end