Class: Echowrap::Options

Inherits:
Base
  • Object
show all
Defined in:
lib/echowrap/options.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

#adventurousnessObject (readonly)

Returns the value of attribute adventurousness.



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

def adventurousness
  @adventurousness
end

#append_scoresObject (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_pickObject (readonly)

Returns the value of attribute artist_pick.



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

def artist_pick
  @artist_pick
end

#bucketsObject (readonly)

Returns the value of attribute buckets.



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

def buckets
  @buckets
end

#distributionObject (readonly)

Returns the value of attribute distribution.



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

def distribution
  @distribution
end

#dmcaObject (readonly)

Returns the value of attribute dmca.



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

def dmca
  @dmca
end

#limitObject (readonly)

Returns the value of attribute limit.



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

def limit
  @limit
end

#playlist_typeObject (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_typeObject (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_typesObject (readonly)

Returns the value of attribute song_types.



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

def song_types
  @song_types
end

#sortObject (readonly)

Returns the value of attribute sort.



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

def sort
  @sort
end

#varietyObject (readonly)

Returns the value of attribute variety.



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

def variety
  @variety
end