Class: Browser::Event::Target::Delegates

Inherits:
Struct
  • Object
show all
Defined in:
opal/browser/event/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#callbackObject

Returns the value of attribute callback

Returns:

  • (Object)

    the current value of callback



129
130
131
# File 'opal/browser/event/base.rb', line 129

def callback
  @callback
end

#handlersObject

Returns the value of attribute handlers

Returns:

  • (Object)

    the current value of handlers



129
130
131
# File 'opal/browser/event/base.rb', line 129

def handlers
  @handlers
end