class FilenameMetaInfo

Attributes

parentDir[R]

Public Class Methods

new() click to toggle source
# File plugins/shows/lib/showname_parse.rb, line 169
def initialize
  @parentDir = nil
end

Public Instance Methods

setParentDir(p) click to toggle source
# File plugins/shows/lib/showname_parse.rb, line 175
def setParentDir(p)
  @parentDir = p
  self
end