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



56
57
58
# File 'lib/sinbotra/messenger/handler.rb', line 56

def callback
  @callback
end

#matcherObject

Returns the value of attribute matcher



56
57
58
# File 'lib/sinbotra/messenger/handler.rb', line 56

def matcher
  @matcher
end

Instance Method Details

#default?Boolean



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

def default?; false end