Method: FireeagleToken#update_location
- Defined in:
- lib/oauth/models/consumers/services/fireeagle_token.rb
#update_location(location = {}) ⇒ Object
Updates thes users location see: fireeagle.rubyforge.org/classes/FireEagle/Client.html#M000026
35 36 37 |
# File 'lib/oauth/models/consumers/services/fireeagle_token.rb', line 35 def update_location(location={}) client.update(location) end |