module MetricFu::Formatter::Templates

Public Instance Methods

option(name) click to toggle source
# File lib/metric_fu/formatter.rb, line 31
def option(name)
  templates_configuration.option(name)
end
templates_configuration() click to toggle source
# File lib/metric_fu/formatter.rb, line 35
def templates_configuration
  @templates_configuration ||= MetricFu::Templates::Configuration.new
end
templates_configuration=(templates_configuration) click to toggle source
# File lib/metric_fu/formatter.rb, line 27
def templates_configuration=(templates_configuration)
  @templates_configuration = templates_configuration
end