Class: Moc::Controller::Tags

Inherits:
Struct
  • Object
show all
Defined in:
lib/moc/controller/tags.rb

Instance Attribute Summary collapse

Instance Attribute Details

#albumObject

Returns the value of attribute album

Returns:

  • (Object)

    the current value of album



13
14
15
# File 'lib/moc/controller/tags.rb', line 13

def album
  @album
end

#artistObject

Returns the value of attribute artist

Returns:

  • (Object)

    the current value of artist



13
14
15
# File 'lib/moc/controller/tags.rb', line 13

def artist
  @artist
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



13
14
15
# File 'lib/moc/controller/tags.rb', line 13

def time
  @time
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



13
14
15
# File 'lib/moc/controller/tags.rb', line 13

def title
  @title
end

#trackObject

Returns the value of attribute track

Returns:

  • (Object)

    the current value of track



13
14
15
# File 'lib/moc/controller/tags.rb', line 13

def track
  @track
end