Module: Hungry

Defined in:
lib/hungry.rb,
lib/hungry/tag.rb,
lib/hungry/city.rb,
lib/hungry/menu.rb,
lib/hungry/site.rb,
lib/hungry/user.rb,
lib/hungry/util.rb,
lib/hungry/venue.rb,
lib/hungry/region.rb,
lib/hungry/review.rb,
lib/hungry/country.rb,
lib/hungry/location.rb,
lib/hungry/resource.rb,
lib/hungry/response.rb,
lib/hungry/menu/dish.rb,
lib/hungry/collection.rb,
lib/hungry/geolocation.rb,
lib/hungry/menu/option.rb,
lib/hungry/menu/category.rb,
lib/hungry/venue/collection.rb,
lib/hungry/collection/pagination.rb

Defined Under Namespace

Modules: Util Classes: City, Collection, Country, EndpointNotSpecified, Geolocation, GeolocationNotGiven, Location, Menu, Region, Resource, Response, Review, Site, Tag, User, Venue

Class Attribute Summary collapse

Class Attribute Details

.api_urlObject

Returns the value of attribute api_url.



8
9
10
# File 'lib/hungry.rb', line 8

def api_url
  @api_url
end

.credentialsObject

Returns the value of attribute credentials.



8
9
10
# File 'lib/hungry.rb', line 8

def credentials
  @credentials
end

.json_parserObject

Returns the value of attribute json_parser.



8
9
10
# File 'lib/hungry.rb', line 8

def json_parser
  @json_parser
end

.loggerObject

Returns the value of attribute logger.



8
9
10
# File 'lib/hungry.rb', line 8

def logger
  @logger
end