Class: Sinbotra::Messenger::Handler::ClassMethods::Listener

Inherits:
Struct
  • Object
show all
Defined in:
lib/sinbotra/messenger/handler.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#callbackObject

Returns the value of attribute callback

Returns:

  • (Object)

    the current value of callback



48
49
50
# File 'lib/sinbotra/messenger/handler.rb', line 48

def callback
  @callback
end

#matcherObject

Returns the value of attribute matcher

Returns:

  • (Object)

    the current value of matcher



48
49
50
# File 'lib/sinbotra/messenger/handler.rb', line 48

def matcher
  @matcher
end

Instance Method Details

#default?Boolean

Returns:

  • (Boolean)


49
# File 'lib/sinbotra/messenger/handler.rb', line 49

def default?; false end