Class: Moc::Controller::Playlist::Item

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

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



14
15
16
# File 'lib/moc/controller/playlist.rb', line 14

def file
  @file
end

#mtimeObject

Returns the value of attribute mtime

Returns:

  • (Object)

    the current value of mtime



14
15
16
# File 'lib/moc/controller/playlist.rb', line 14

def mtime
  @mtime
end

#tagsObject

Returns the value of attribute tags

Returns:

  • (Object)

    the current value of tags



14
15
16
# File 'lib/moc/controller/playlist.rb', line 14

def tags
  @tags
end

#title_tagsObject

Returns the value of attribute title_tags

Returns:

  • (Object)

    the current value of title_tags



14
15
16
# File 'lib/moc/controller/playlist.rb', line 14

def title_tags
  @title_tags
end