class Tagmv::Entry
Attributes
files[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