Class: Echowrap::Options
Instance Attribute Summary collapse
-
#adventurousness ⇒ Object
readonly
Returns the value of attribute adventurousness.
-
#append_scores ⇒ Object
readonly
Returns the value of attribute append_scores.
-
#artist_pick ⇒ Object
readonly
Returns the value of attribute artist_pick.
-
#buckets ⇒ Object
readonly
Returns the value of attribute buckets.
-
#distribution ⇒ Object
readonly
Returns the value of attribute distribution.
-
#dmca ⇒ Object
readonly
Returns the value of attribute dmca.
-
#limit ⇒ Object
readonly
Returns the value of attribute limit.
-
#playlist_type ⇒ Object
readonly
Returns the value of attribute playlist_type.
-
#rank_type ⇒ Object
readonly
Returns the value of attribute rank_type.
-
#song_types ⇒ Object
readonly
Returns the value of attribute song_types.
-
#sort ⇒ Object
readonly
Returns the value of attribute sort.
-
#variety ⇒ Object
readonly
Returns the value of attribute variety.
Method Summary
Methods inherited from Base
#==, attr_reader, #attrs, #initialize, #update
Constructor Details
This class inherits a constructor from Echowrap::Base
Instance Attribute Details
#adventurousness ⇒ Object (readonly)
Returns the value of attribute adventurousness.
5 6 7 |
# File 'lib/echowrap/options.rb', line 5 def adventurousness @adventurousness end |
#append_scores ⇒ Object (readonly)
Returns the value of attribute append_scores.
5 6 7 |
# File 'lib/echowrap/options.rb', line 5 def append_scores @append_scores end |
#artist_pick ⇒ Object (readonly)
Returns the value of attribute artist_pick.
5 6 7 |
# File 'lib/echowrap/options.rb', line 5 def artist_pick @artist_pick end |
#buckets ⇒ Object (readonly)
Returns the value of attribute buckets.
5 6 7 |
# File 'lib/echowrap/options.rb', line 5 def buckets @buckets end |
#distribution ⇒ Object (readonly)
Returns the value of attribute distribution.
5 6 7 |
# File 'lib/echowrap/options.rb', line 5 def distribution @distribution end |
#dmca ⇒ Object (readonly)
Returns the value of attribute dmca.
5 6 7 |
# File 'lib/echowrap/options.rb', line 5 def dmca @dmca end |
#limit ⇒ Object (readonly)
Returns the value of attribute limit.
5 6 7 |
# File 'lib/echowrap/options.rb', line 5 def limit @limit end |
#playlist_type ⇒ Object (readonly)
Returns the value of attribute playlist_type.
5 6 7 |
# File 'lib/echowrap/options.rb', line 5 def playlist_type @playlist_type end |
#rank_type ⇒ Object (readonly)
Returns the value of attribute rank_type.
5 6 7 |
# File 'lib/echowrap/options.rb', line 5 def rank_type @rank_type end |
#song_types ⇒ Object (readonly)
Returns the value of attribute song_types.
5 6 7 |
# File 'lib/echowrap/options.rb', line 5 def song_types @song_types end |
#sort ⇒ Object (readonly)
Returns the value of attribute sort.
5 6 7 |
# File 'lib/echowrap/options.rb', line 5 def sort @sort end |
#variety ⇒ Object (readonly)
Returns the value of attribute variety.
5 6 7 |
# File 'lib/echowrap/options.rb', line 5 def variety @variety end |