Class: Mixcloud::User
Instance Attribute Summary collapse
-
#api_url ⇒ Object
Returns the value of attribute api_url.
-
#biog ⇒ Object
Returns the value of attribute biog.
-
#city ⇒ Object
Returns the value of attribute city.
-
#cloudcast_count ⇒ Object
Returns the value of attribute cloudcast_count.
-
#country ⇒ Object
Returns the value of attribute country.
-
#created_time ⇒ Object
Returns the value of attribute created_time.
-
#favorite_count ⇒ Object
Returns the value of attribute favorite_count.
-
#follower_count ⇒ Object
Returns the value of attribute follower_count.
-
#following_count ⇒ Object
Returns the value of attribute following_count.
-
#key ⇒ Object
Returns the value of attribute key.
-
#listen_count ⇒ Object
Returns the value of attribute listen_count.
-
#name ⇒ Object
Returns the value of attribute name.
-
#pictures ⇒ Object
Returns the value of attribute pictures.
-
#public_url ⇒ Object
Returns the value of attribute public_url.
-
#updated_time ⇒ Object
Returns the value of attribute updated_time.
-
#username ⇒ Object
Returns the value of attribute username.
Method Summary
Methods inherited from Resource
Methods included from UrlHelper
#concat_with_metadata, #turn_www_to_api, #validate_mixcloud_url
Constructor Details
This class inherits a constructor from Mixcloud::Resource
Instance Attribute Details
#api_url ⇒ Object
Returns the value of attribute api_url.
3 4 5 |
# File 'lib/mixcloud/user.rb', line 3 def api_url @api_url end |
#biog ⇒ Object
Returns the value of attribute biog.
3 4 5 |
# File 'lib/mixcloud/user.rb', line 3 def biog @biog end |
#city ⇒ Object
Returns the value of attribute city.
3 4 5 |
# File 'lib/mixcloud/user.rb', line 3 def city @city end |
#cloudcast_count ⇒ Object
Returns the value of attribute cloudcast_count.
3 4 5 |
# File 'lib/mixcloud/user.rb', line 3 def cloudcast_count @cloudcast_count end |
#country ⇒ Object
Returns the value of attribute country.
3 4 5 |
# File 'lib/mixcloud/user.rb', line 3 def country @country end |
#created_time ⇒ Object
Returns the value of attribute created_time.
3 4 5 |
# File 'lib/mixcloud/user.rb', line 3 def created_time @created_time end |
#favorite_count ⇒ Object
Returns the value of attribute favorite_count.
3 4 5 |
# File 'lib/mixcloud/user.rb', line 3 def favorite_count @favorite_count end |
#follower_count ⇒ Object
Returns the value of attribute follower_count.
3 4 5 |
# File 'lib/mixcloud/user.rb', line 3 def follower_count @follower_count end |
#following_count ⇒ Object
Returns the value of attribute following_count.
3 4 5 |
# File 'lib/mixcloud/user.rb', line 3 def following_count @following_count end |
#key ⇒ Object
Returns the value of attribute key.
3 4 5 |
# File 'lib/mixcloud/user.rb', line 3 def key @key end |
#listen_count ⇒ Object
Returns the value of attribute listen_count.
3 4 5 |
# File 'lib/mixcloud/user.rb', line 3 def listen_count @listen_count end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/mixcloud/user.rb', line 3 def name @name end |
#pictures ⇒ Object
Returns the value of attribute pictures.
3 4 5 |
# File 'lib/mixcloud/user.rb', line 3 def pictures @pictures end |
#public_url ⇒ Object
Returns the value of attribute public_url.
3 4 5 |
# File 'lib/mixcloud/user.rb', line 3 def public_url @public_url end |
#updated_time ⇒ Object
Returns the value of attribute updated_time.
3 4 5 |
# File 'lib/mixcloud/user.rb', line 3 def updated_time @updated_time end |
#username ⇒ Object
Returns the value of attribute username.
3 4 5 |
# File 'lib/mixcloud/user.rb', line 3 def username @username end |