class AmCharts::Listener

Attributes

method[RW]
type[RW]

Public Class Methods

new(type, method) click to toggle source
# File lib/amcharts/listener.rb, line 5
def initialize(type, method)
  @type = type
  @method = method
end