Sha256: 12fefc8b7b343a4025fb334b3394d23cfefdc0371e7b7bb41621b9f72ad477d0

Contents?: true

Size: 244 Bytes

Versions: 1

Compression:

Stored size: 244 Bytes

Contents

module WhereTo
  class Configuration
    attr_accessor :folder_format

    def initialize
      @folder_format = "%series_title/Season %season_number (%season_airdate)/"
    end

    def folder_format
      @folder_format.dup
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
where_to-0.9.0 lib/where_to/configuration.rb