Class: Kentaa::Api::Resources::Avatar
- Defined in:
- lib/kentaa/api/resources/avatar.rb
Instance Attribute Summary
Attributes inherited from Resource
Attributes inherited from Base
#config, #endpoint_path, #options, #resource_class
Instance Method Summary collapse
Methods inherited from Resource
#create, #created_at, #delete, #initialize, #load, #save, #updated_at
Methods inherited from Base
attribute_key, #initialize, #load, #loaded?
Constructor Details
This class inherits a constructor from Kentaa::Api::Resources::Resource
Instance Method Details
#avatar_url ⇒ Object
7 8 9 |
# File 'lib/kentaa/api/resources/avatar.rb', line 7 def avatar_url data[:avatar_url] end |