module Reparty
Constants
- VERSION
Attributes
configuration[RW]
reports[R]
weekly_reports[R]
Public Class Methods
config() { |configuration| ... }
click to toggle source
# File lib/reparty.rb, line 22 def config self.configuration = Config.new yield(configuration) @reports = self.configuration.reports @weekly_reports = self.configuration.weekly_reports end
root()
click to toggle source
# File lib/reparty.rb, line 15 def root Pathname.new(File.expand_path('../..', __FILE__)) end