class Tagmv::Entry

Attributes

files[RW]
tags[RW]

Public Class Methods

new(opts={}) click to toggle source
# File lib/tagmv/entry.rb, line 4
def initialize(opts={})
  @tags = opts[:tags]
  @files = opts[:files]
end