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



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

def callback
  @callback
end

#matcherObject

Returns the value of attribute matcher



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

def matcher
  @matcher
end

Instance Method Details

#default?Boolean



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

def default?; false end