Class: Walkman::Song

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
lib/walkman/song.rb

Instance Attribute Summary collapse

Instance Attribute Details

#albumObject

Returns the value of attribute album.



8
9
10
# File 'lib/walkman/song.rb', line 8

def album
  @album
end

#artistObject

Returns the value of attribute artist.



8
9
10
# File 'lib/walkman/song.rb', line 8

def artist
  @artist
end

#echonest_artist_idObject

Returns the value of attribute echonest_artist_id.



9
10
11
# File 'lib/walkman/song.rb', line 9

def echonest_artist_id
  @echonest_artist_id
end

#echonest_song_idObject

Returns the value of attribute echonest_song_id.



9
10
11
# File 'lib/walkman/song.rb', line 9

def echonest_song_id
  @echonest_song_id
end

#source_idObject

Returns the value of attribute source_id.



7
8
9
# File 'lib/walkman/song.rb', line 7

def source_id
  @source_id
end

#source_typeObject

Returns the value of attribute source_type.



7
8
9
# File 'lib/walkman/song.rb', line 7

def source_type
  @source_type
end

#titleObject

Returns the value of attribute title.



8
9
10
# File 'lib/walkman/song.rb', line 8

def title
  @title
end