Class: Mixcloud::Category

Inherits:
Resource show all
Defined in:
lib/mixcloud/category.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/category.rb', line 3

def api_url
  @api_url
end

#formatObject

Returns the value of attribute format.



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

def format
  @format
end

#keyObject

Returns the value of attribute key.



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

def key
  @key
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#public_urlObject

Returns the value of attribute public_url.



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

def public_url
  @public_url
end

#slugObject

Returns the value of attribute slug.



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

def slug
  @slug
end