Class: Echowrap::ItemRequest
Instance Attribute Summary collapse
-
#artist_name ⇒ Object
readonly
Returns the value of attribute artist_name.
-
#item_id ⇒ Object
readonly
Returns the value of attribute item_id.
-
#song_name ⇒ Object
readonly
Returns the value of attribute song_name.
Method Summary
Methods inherited from Base
#==, attr_reader, #attrs, #initialize, #update
Constructor Details
This class inherits a constructor from Echowrap::Base
Instance Attribute Details
#artist_name ⇒ Object (readonly)
Returns the value of attribute artist_name.
5 6 7 |
# File 'lib/echowrap/item_request.rb', line 5 def artist_name @artist_name end |
#item_id ⇒ Object (readonly)
Returns the value of attribute item_id.
5 6 7 |
# File 'lib/echowrap/item_request.rb', line 5 def item_id @item_id end |
#song_name ⇒ Object (readonly)
Returns the value of attribute song_name.
5 6 7 |
# File 'lib/echowrap/item_request.rb', line 5 def song_name @song_name end |