Module: ZTK::GoogleChart::Base::Options

Included in:
ZTK::GoogleChart::Base
Defined in:
lib/ztk/google_chart/base/options.rb

Instance Method Summary (collapse)

Instance Method Details

- (Object) options(value = nil)



11
12
13
# File 'lib/ztk/google_chart/base/options.rb', line 11

def options(value=nil)
  set_options(value)
end

- (Object) options=(value)



7
8
9
# File 'lib/ztk/google_chart/base/options.rb', line 7

def options=(value)
  set_options(value)
end