Class: Mixcloud::User

Inherits:
Resource show all
Defined in:
lib/mixcloud/user.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Resource

#initialize

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_urlObject

Returns the value of attribute api_url.



3
4
5
# File 'lib/mixcloud/user.rb', line 3

def api_url
  @api_url
end

#biogObject

Returns the value of attribute biog.



3
4
5
# File 'lib/mixcloud/user.rb', line 3

def biog
  @biog
end

#cityObject

Returns the value of attribute city.



3
4
5
# File 'lib/mixcloud/user.rb', line 3

def city
  @city
end

#cloudcast_countObject

Returns the value of attribute cloudcast_count.



3
4
5
# File 'lib/mixcloud/user.rb', line 3

def cloudcast_count
  @cloudcast_count
end

#countryObject

Returns the value of attribute country.



3
4
5
# File 'lib/mixcloud/user.rb', line 3

def country
  @country
end

#created_timeObject

Returns the value of attribute created_time.



3
4
5
# File 'lib/mixcloud/user.rb', line 3

def created_time
  @created_time
end

#favorite_countObject

Returns the value of attribute favorite_count.



3
4
5
# File 'lib/mixcloud/user.rb', line 3

def favorite_count
  @favorite_count
end

#follower_countObject

Returns the value of attribute follower_count.



3
4
5
# File 'lib/mixcloud/user.rb', line 3

def follower_count
  @follower_count
end

#following_countObject

Returns the value of attribute following_count.



3
4
5
# File 'lib/mixcloud/user.rb', line 3

def following_count
  @following_count
end

#keyObject

Returns the value of attribute key.



3
4
5
# File 'lib/mixcloud/user.rb', line 3

def key
  @key
end

#listen_countObject

Returns the value of attribute listen_count.



3
4
5
# File 'lib/mixcloud/user.rb', line 3

def listen_count
  @listen_count
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/mixcloud/user.rb', line 3

def name
  @name
end

#picturesObject

Returns the value of attribute pictures.



3
4
5
# File 'lib/mixcloud/user.rb', line 3

def pictures
  @pictures
end

#public_urlObject

Returns the value of attribute public_url.



3
4
5
# File 'lib/mixcloud/user.rb', line 3

def public_url
  @public_url
end

#updated_timeObject

Returns the value of attribute updated_time.



3
4
5
# File 'lib/mixcloud/user.rb', line 3

def updated_time
  @updated_time
end

#usernameObject

Returns the value of attribute username.



3
4
5
# File 'lib/mixcloud/user.rb', line 3

def username
  @username
end