Class: TLS::Song

Inherits:
Struct
  • Object
show all
Defined in:
lib/the_little_streamer/song.rb

Overview

Song information

Instance Attribute Summary collapse

Instance Attribute Details

#albumObject

Returns the value of attribute album

Returns:

  • (Object)

    the current value of album



3
4
5
# File 'lib/the_little_streamer/song.rb', line 3

def album
  @album
end

#artistObject

Returns the value of attribute artist

Returns:

  • (Object)

    the current value of artist



3
4
5
# File 'lib/the_little_streamer/song.rb', line 3

def artist
  @artist
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



3
4
5
# File 'lib/the_little_streamer/song.rb', line 3

def path
  @path
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



3
4
5
# File 'lib/the_little_streamer/song.rb', line 3

def title
  @title
end

#trackObject

Returns the value of attribute track

Returns:

  • (Object)

    the current value of track



3
4
5
# File 'lib/the_little_streamer/song.rb', line 3

def track
  @track
end