Class: Echowrap::Meta
Instance Attribute Summary collapse
-
#album ⇒ Object
readonly
Returns the value of attribute album.
-
#analysis_time ⇒ Object
readonly
Returns the value of attribute analysis_time.
-
#analyzer_version ⇒ Object
readonly
Returns the value of attribute analyzer_version.
-
#artist ⇒ Object
readonly
Returns the value of attribute artist.
-
#bitrate ⇒ Object
readonly
Returns the value of attribute bitrate.
-
#detailed_status ⇒ Object
readonly
Returns the value of attribute detailed_status.
-
#filename ⇒ Object
readonly
Returns the value of attribute filename.
-
#genre ⇒ Object
readonly
Returns the value of attribute genre.
-
#sample_rate ⇒ Object
readonly
Returns the value of attribute sample_rate.
-
#seconds ⇒ Object
readonly
Returns the value of attribute seconds.
-
#status_code ⇒ Object
readonly
Returns the value of attribute status_code.
-
#timestamp ⇒ Object
readonly
Returns the value of attribute timestamp.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Method Summary
Methods inherited from Base
#==, attr_reader, #attrs, #initialize, #update
Constructor Details
This class inherits a constructor from Echowrap::Base
Instance Attribute Details
#album ⇒ Object (readonly)
Returns the value of attribute album.
5 6 7 |
# File 'lib/echowrap/meta.rb', line 5 def album @album end |
#analysis_time ⇒ Object (readonly)
Returns the value of attribute analysis_time.
5 6 7 |
# File 'lib/echowrap/meta.rb', line 5 def analysis_time @analysis_time end |
#analyzer_version ⇒ Object (readonly)
Returns the value of attribute analyzer_version.
5 6 7 |
# File 'lib/echowrap/meta.rb', line 5 def analyzer_version @analyzer_version end |
#artist ⇒ Object (readonly)
Returns the value of attribute artist.
5 6 7 |
# File 'lib/echowrap/meta.rb', line 5 def artist @artist end |
#bitrate ⇒ Object (readonly)
Returns the value of attribute bitrate.
5 6 7 |
# File 'lib/echowrap/meta.rb', line 5 def bitrate @bitrate end |
#detailed_status ⇒ Object (readonly)
Returns the value of attribute detailed_status.
5 6 7 |
# File 'lib/echowrap/meta.rb', line 5 def detailed_status @detailed_status end |
#filename ⇒ Object (readonly)
Returns the value of attribute filename.
5 6 7 |
# File 'lib/echowrap/meta.rb', line 5 def filename @filename end |
#genre ⇒ Object (readonly)
Returns the value of attribute genre.
5 6 7 |
# File 'lib/echowrap/meta.rb', line 5 def genre @genre end |
#sample_rate ⇒ Object (readonly)
Returns the value of attribute sample_rate.
5 6 7 |
# File 'lib/echowrap/meta.rb', line 5 def sample_rate @sample_rate end |
#seconds ⇒ Object (readonly)
Returns the value of attribute seconds.
5 6 7 |
# File 'lib/echowrap/meta.rb', line 5 def seconds @seconds end |
#status_code ⇒ Object (readonly)
Returns the value of attribute status_code.
5 6 7 |
# File 'lib/echowrap/meta.rb', line 5 def status_code @status_code end |
#timestamp ⇒ Object (readonly)
Returns the value of attribute timestamp.
5 6 7 |
# File 'lib/echowrap/meta.rb', line 5 def @timestamp end |
#title ⇒ Object (readonly)
Returns the value of attribute title.
5 6 7 |
# File 'lib/echowrap/meta.rb', line 5 def title @title end |