module AmCharts::UsesSettings

Attributes

settings[R]

Public Class Methods

new(*) { |settings| ... } click to toggle source
# File lib/amcharts/uses_settings.rb, line 7
def initialize(*)
  @settings = Settings.new
  yield @settings if block_given?
end