Class: Echowrap::Meta

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

#albumObject (readonly)

Returns the value of attribute album.



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

def album
  @album
end

#analysis_timeObject (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_versionObject (readonly)

Returns the value of attribute analyzer_version.



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

def analyzer_version
  @analyzer_version
end

#artistObject (readonly)

Returns the value of attribute artist.



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

def artist
  @artist
end

#bitrateObject (readonly)

Returns the value of attribute bitrate.



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

def bitrate
  @bitrate
end

#detailed_statusObject (readonly)

Returns the value of attribute detailed_status.



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

def detailed_status
  @detailed_status
end

#filenameObject (readonly)

Returns the value of attribute filename.



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

def filename
  @filename
end

#genreObject (readonly)

Returns the value of attribute genre.



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

def genre
  @genre
end

#sample_rateObject (readonly)

Returns the value of attribute sample_rate.



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

def sample_rate
  @sample_rate
end

#secondsObject (readonly)

Returns the value of attribute seconds.



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

def seconds
  @seconds
end

#status_codeObject (readonly)

Returns the value of attribute status_code.



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

def status_code
  @status_code
end

#timestampObject (readonly)

Returns the value of attribute timestamp.



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

def timestamp
  @timestamp
end

#titleObject (readonly)

Returns the value of attribute title.



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

def title
  @title
end