Class: Mixcloud::Category
Instance Attribute Summary collapse
-
#api_url ⇒ Object
Returns the value of attribute api_url.
-
#format ⇒ Object
Returns the value of attribute format.
-
#key ⇒ Object
Returns the value of attribute key.
-
#name ⇒ Object
Returns the value of attribute name.
-
#public_url ⇒ Object
Returns the value of attribute public_url.
-
#slug ⇒ Object
Returns the value of attribute slug.
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/category.rb', line 3 def api_url @api_url end |
#format ⇒ Object
Returns the value of attribute format.
3 4 5 |
# File 'lib/mixcloud/category.rb', line 3 def format @format end |
#key ⇒ Object
Returns the value of attribute key.
3 4 5 |
# File 'lib/mixcloud/category.rb', line 3 def key @key end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/mixcloud/category.rb', line 3 def name @name end |
#public_url ⇒ Object
Returns the value of attribute public_url.
3 4 5 |
# File 'lib/mixcloud/category.rb', line 3 def public_url @public_url end |
#slug ⇒ Object
Returns the value of attribute slug.
3 4 5 |
# File 'lib/mixcloud/category.rb', line 3 def slug @slug end |