Sha256: b5594d7d4c9bd6c561ef2501df05c8fdb7b2b4e87e32c60d3a966db31f2a74b5
Contents?: true
Size: 313 Bytes
Versions: 5
Compression:
Stored size: 313 Bytes
Contents
module Lelylan class Client module Profile # # Public: Returns extended information for a given type identified from its ID. # # id - A String that represent the type ID. # # Returns Hashie The type. # def me() get('/me') end end end end
Version data entries
5 entries across 5 versions & 1 rubygems