Class: Echowrap::ItemRequest

Inherits:
Base
  • Object
show all
Defined in:
lib/echowrap/item_request.rb

Instance Attribute Summary collapse

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_nameObject (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_idObject (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_nameObject (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