Class: Echowrap::Seeds
Instance Attribute Summary collapse
-
#artist_ids ⇒ Object
readonly
Returns the value of attribute artist_ids.
-
#descriptions ⇒ Object
readonly
Returns the value of attribute descriptions.
-
#genres ⇒ Object
readonly
Returns the value of attribute genres.
-
#seed_catalogs ⇒ Object
readonly
Returns the value of attribute seed_catalogs.
-
#session_catalogs ⇒ Object
readonly
Returns the value of attribute session_catalogs.
-
#song_ids ⇒ Object
readonly
Returns the value of attribute song_ids.
-
#station_catalogs ⇒ Object
readonly
Returns the value of attribute station_catalogs.
-
#track_ids ⇒ Object
readonly
Returns the value of attribute track_ids.
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_ids ⇒ Object (readonly)
Returns the value of attribute artist_ids.
5 6 7 |
# File 'lib/echowrap/seeds.rb', line 5 def artist_ids @artist_ids end |
#descriptions ⇒ Object (readonly)
Returns the value of attribute descriptions.
5 6 7 |
# File 'lib/echowrap/seeds.rb', line 5 def descriptions @descriptions end |
#genres ⇒ Object (readonly)
Returns the value of attribute genres.
5 6 7 |
# File 'lib/echowrap/seeds.rb', line 5 def genres @genres end |
#seed_catalogs ⇒ Object (readonly)
Returns the value of attribute seed_catalogs.
5 6 7 |
# File 'lib/echowrap/seeds.rb', line 5 def seed_catalogs @seed_catalogs end |
#session_catalogs ⇒ Object (readonly)
Returns the value of attribute session_catalogs.
5 6 7 |
# File 'lib/echowrap/seeds.rb', line 5 def session_catalogs @session_catalogs end |
#song_ids ⇒ Object (readonly)
Returns the value of attribute song_ids.
5 6 7 |
# File 'lib/echowrap/seeds.rb', line 5 def song_ids @song_ids end |
#station_catalogs ⇒ Object (readonly)
Returns the value of attribute station_catalogs.
5 6 7 |
# File 'lib/echowrap/seeds.rb', line 5 def station_catalogs @station_catalogs end |
#track_ids ⇒ Object (readonly)
Returns the value of attribute track_ids.
5 6 7 |
# File 'lib/echowrap/seeds.rb', line 5 def track_ids @track_ids end |