Class: Echowrap::Urls
Instance Attribute Summary collapse
-
#amazon_url ⇒ Object
readonly
Returns the value of attribute amazon_url.
-
#itunes_url ⇒ Object
readonly
Returns the value of attribute itunes_url.
-
#lastfm_url ⇒ Object
readonly
Returns the value of attribute lastfm_url.
-
#mb_url ⇒ Object
readonly
Returns the value of attribute mb_url.
-
#myspace_url ⇒ Object
readonly
Returns the value of attribute myspace_url.
-
#official_url ⇒ Object
readonly
Returns the value of attribute official_url.
-
#wikipedia_url ⇒ Object
readonly
Returns the value of attribute wikipedia_url.
Method Summary
Methods inherited from Base
#==, attr_reader, #attrs, #initialize, #update
Constructor Details
This class inherits a constructor from Echowrap::Base
Instance Attribute Details
#amazon_url ⇒ Object (readonly)
Returns the value of attribute amazon_url.
5 6 7 |
# File 'lib/echowrap/urls.rb', line 5 def amazon_url @amazon_url end |
#itunes_url ⇒ Object (readonly)
Returns the value of attribute itunes_url.
5 6 7 |
# File 'lib/echowrap/urls.rb', line 5 def itunes_url @itunes_url end |
#lastfm_url ⇒ Object (readonly)
Returns the value of attribute lastfm_url.
5 6 7 |
# File 'lib/echowrap/urls.rb', line 5 def lastfm_url @lastfm_url end |
#mb_url ⇒ Object (readonly)
Returns the value of attribute mb_url.
5 6 7 |
# File 'lib/echowrap/urls.rb', line 5 def mb_url @mb_url end |
#myspace_url ⇒ Object (readonly)
Returns the value of attribute myspace_url.
5 6 7 |
# File 'lib/echowrap/urls.rb', line 5 def myspace_url @myspace_url end |
#official_url ⇒ Object (readonly)
Returns the value of attribute official_url.
5 6 7 |
# File 'lib/echowrap/urls.rb', line 5 def official_url @official_url end |
#wikipedia_url ⇒ Object (readonly)
Returns the value of attribute wikipedia_url.
5 6 7 |
# File 'lib/echowrap/urls.rb', line 5 def wikipedia_url @wikipedia_url end |