Class: Echowrap::Seeds

Inherits:
Base
  • Object
show all
Defined in:
lib/echowrap/seeds.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_idsObject (readonly)

Returns the value of attribute artist_ids.



5
6
7
# File 'lib/echowrap/seeds.rb', line 5

def artist_ids
  @artist_ids
end

#descriptionsObject (readonly)

Returns the value of attribute descriptions.



5
6
7
# File 'lib/echowrap/seeds.rb', line 5

def descriptions
  @descriptions
end

#genresObject (readonly)

Returns the value of attribute genres.



5
6
7
# File 'lib/echowrap/seeds.rb', line 5

def genres
  @genres
end

#seed_catalogsObject (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_catalogsObject (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_idsObject (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_catalogsObject (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_idsObject (readonly)

Returns the value of attribute track_ids.



5
6
7
# File 'lib/echowrap/seeds.rb', line 5

def track_ids
  @track_ids
end