Class: Kentaa::Api::Resources::Avatar

Inherits:
Resource show all
Defined in:
lib/kentaa/api/resources/avatar.rb

Instance Attribute Summary

Attributes inherited from Resource

#id

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_urlObject



7
8
9
# File 'lib/kentaa/api/resources/avatar.rb', line 7

def avatar_url
  data[:avatar_url]
end