Class: Echowrap::AudioSummary
- Defined in:
- lib/echowrap/audio_summary.rb
Instance Attribute Summary collapse
-
#acousticness ⇒ Object
readonly
Returns the value of attribute acousticness.
-
#analysis_url ⇒ Object
readonly
Returns the value of attribute analysis_url.
-
#audio_md5 ⇒ Object
readonly
Returns the value of attribute audio_md5.
-
#danceability ⇒ Object
readonly
Returns the value of attribute danceability.
-
#duration ⇒ Object
readonly
Returns the value of attribute duration.
-
#energy ⇒ Object
readonly
Returns the value of attribute energy.
-
#instrumentalness ⇒ Object
readonly
Returns the value of attribute instrumentalness.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#liveness ⇒ Object
readonly
Returns the value of attribute liveness.
-
#loudness ⇒ Object
readonly
Returns the value of attribute loudness.
-
#mode ⇒ Object
readonly
Returns the value of attribute mode.
-
#speechiness ⇒ Object
readonly
Returns the value of attribute speechiness.
-
#tempo ⇒ Object
readonly
Returns the value of attribute tempo.
-
#time_signature ⇒ Object
readonly
Returns the value of attribute time_signature.
-
#valence ⇒ Object
readonly
Returns the value of attribute valence.
Method Summary
Methods inherited from Base
#==, attr_reader, #attrs, #initialize, #update
Constructor Details
This class inherits a constructor from Echowrap::Base
Instance Attribute Details
#acousticness ⇒ Object (readonly)
Returns the value of attribute acousticness.
5 6 7 |
# File 'lib/echowrap/audio_summary.rb', line 5 def acousticness @acousticness end |
#analysis_url ⇒ Object (readonly)
Returns the value of attribute analysis_url.
5 6 7 |
# File 'lib/echowrap/audio_summary.rb', line 5 def analysis_url @analysis_url end |
#audio_md5 ⇒ Object (readonly)
Returns the value of attribute audio_md5.
5 6 7 |
# File 'lib/echowrap/audio_summary.rb', line 5 def audio_md5 @audio_md5 end |
#danceability ⇒ Object (readonly)
Returns the value of attribute danceability.
5 6 7 |
# File 'lib/echowrap/audio_summary.rb', line 5 def danceability @danceability end |
#duration ⇒ Object (readonly)
Returns the value of attribute duration.
5 6 7 |
# File 'lib/echowrap/audio_summary.rb', line 5 def duration @duration end |
#energy ⇒ Object (readonly)
Returns the value of attribute energy.
5 6 7 |
# File 'lib/echowrap/audio_summary.rb', line 5 def energy @energy end |
#instrumentalness ⇒ Object (readonly)
Returns the value of attribute instrumentalness.
5 6 7 |
# File 'lib/echowrap/audio_summary.rb', line 5 def instrumentalness @instrumentalness end |
#key ⇒ Object (readonly)
Returns the value of attribute key.
5 6 7 |
# File 'lib/echowrap/audio_summary.rb', line 5 def key @key end |
#liveness ⇒ Object (readonly)
Returns the value of attribute liveness.
5 6 7 |
# File 'lib/echowrap/audio_summary.rb', line 5 def liveness @liveness end |
#loudness ⇒ Object (readonly)
Returns the value of attribute loudness.
5 6 7 |
# File 'lib/echowrap/audio_summary.rb', line 5 def loudness @loudness end |
#mode ⇒ Object (readonly)
Returns the value of attribute mode.
5 6 7 |
# File 'lib/echowrap/audio_summary.rb', line 5 def mode @mode end |
#speechiness ⇒ Object (readonly)
Returns the value of attribute speechiness.
5 6 7 |
# File 'lib/echowrap/audio_summary.rb', line 5 def speechiness @speechiness end |
#tempo ⇒ Object (readonly)
Returns the value of attribute tempo.
5 6 7 |
# File 'lib/echowrap/audio_summary.rb', line 5 def tempo @tempo end |
#time_signature ⇒ Object (readonly)
Returns the value of attribute time_signature.
5 6 7 |
# File 'lib/echowrap/audio_summary.rb', line 5 def time_signature @time_signature end |
#valence ⇒ Object (readonly)
Returns the value of attribute valence.
5 6 7 |
# File 'lib/echowrap/audio_summary.rb', line 5 def valence @valence end |