Class: Siilar::Struct::ExternalTrack

Inherits:
Base
  • Object
show all
Defined in:
lib/siilar/struct/external_track.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Siilar::Struct::Base

Instance Attribute Details

#albumObject

Returns the value of attribute album.



5
6
7
# File 'lib/siilar/struct/external_track.rb', line 5

def album
  @album
end

#artistObject

Returns the value of attribute artist.



5
6
7
# File 'lib/siilar/struct/external_track.rb', line 5

def artist
  @artist
end

#external_idObject

Returns the value of attribute external_id.



5
6
7
# File 'lib/siilar/struct/external_track.rb', line 5

def external_id
  @external_id
end

#image_urlObject

Returns the value of attribute image_url.



5
6
7
# File 'lib/siilar/struct/external_track.rb', line 5

def image_url
  @image_url
end

#titleObject

Returns the value of attribute title.



5
6
7
# File 'lib/siilar/struct/external_track.rb', line 5

def title
  @title
end