Module: Lelylan::Client::Profile

Included in:
Lelylan::Client
Defined in:
lib/lelylan/client/profile.rb

Instance Method Summary collapse

Instance Method Details

#meObject

Public: Returns extended information for a given type identified from its ID.

id - A String that represent the type ID.

Returns Hashie The type.



12
13
14
# File 'lib/lelylan/client/profile.rb', line 12

def me()
  get('/me')
end