Module: Foursquared
- Defined in:
- lib/foursquared/users.rb,
lib/foursquared.rb,
lib/foursquared/tips.rb,
lib/foursquared/error.rb,
lib/foursquared/lists.rb,
lib/foursquared/pages.rb,
lib/foursquared/badges.rb,
lib/foursquared/client.rb,
lib/foursquared/events.rb,
lib/foursquared/photos.rb,
lib/foursquared/venues.rb,
lib/foursquared/version.rb,
lib/foursquared/checkins.rb,
lib/foursquared/settings.rb,
lib/foursquared/specials.rb,
lib/foursquared/oauth/client.rb,
lib/foursquared/response/tip.rb,
lib/foursquared/response/list.rb,
lib/foursquared/response/user.rb,
lib/foursquared/response/badge.rb,
lib/foursquared/response/event.rb,
lib/foursquared/response/photo.rb,
lib/foursquared/response/venue.rb,
lib/foursquared/response/checkin.rb,
lib/foursquared/response/special.rb,
lib/foursquared/response/category.rb,
lib/foursquared/response/list_item.rb,
lib/foursquared/response/badge_group.rb
Overview
Foursquared module
Defined Under Namespace
Modules: Badges, Checkins, Events, Lists, OAuth, Pages, Photos, Response, Settings, Specials, Tips, Users, Venues Classes: Client, Error
Constant Summary collapse
- VERSION =
The gem version
"0.0.5"
Class Attribute Summary collapse
-
.access_token ⇒ Object
Returns the value of attribute access_token.
-
.api_version ⇒ Object
Returns the value of attribute api_version.
-
.client_id ⇒ Object
Returns the value of attribute client_id.
-
.client_secret ⇒ Object
Returns the value of attribute client_secret.
-
.locale ⇒ Object
Returns the value of attribute locale.
-
.ssl ⇒ Object
Returns the value of attribute ssl.
Class Attribute Details
.access_token ⇒ Object
Returns the value of attribute access_token.
7 8 9 |
# File 'lib/foursquared.rb', line 7 def access_token @access_token end |
.api_version ⇒ Object
Returns the value of attribute api_version.
7 8 9 |
# File 'lib/foursquared.rb', line 7 def api_version @api_version end |
.client_id ⇒ Object
Returns the value of attribute client_id.
7 8 9 |
# File 'lib/foursquared.rb', line 7 def client_id @client_id end |
.client_secret ⇒ Object
Returns the value of attribute client_secret.
7 8 9 |
# File 'lib/foursquared.rb', line 7 def client_secret @client_secret end |
.locale ⇒ Object
Returns the value of attribute locale.
7 8 9 |
# File 'lib/foursquared.rb', line 7 def locale @locale end |
.ssl ⇒ Object
Returns the value of attribute ssl.
7 8 9 |
# File 'lib/foursquared.rb', line 7 def ssl @ssl end |