Class: Asana::User

Inherits:
Resource
  • Object
show all
Defined in:
lib/asana/resources/user.rb

Class Method Summary collapse

Methods inherited from Resource

collection_path, custom_method_collection_url, element_path, #method_not_allowed, new_element_path, #reload, remove_json_extension, singleton_path, #to_json

Class Method Details

.meObject



2
3
4
# File 'lib/asana/resources/user.rb', line 2

def self.me
  self.new(get(:me))
end