Class: Sinbotra::Messenger::Handler::ClassMethods::Postback

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

Instance Attribute Summary collapse

Instance Attribute Details

#callbackObject

Returns the value of attribute callback

Returns:

  • (Object)

    the current value of callback



62
63
64
# File 'lib/sinbotra/messenger/handler.rb', line 62

def callback
  @callback
end

#matcherObject

Returns the value of attribute matcher

Returns:

  • (Object)

    the current value of matcher



62
63
64
# File 'lib/sinbotra/messenger/handler.rb', line 62

def matcher
  @matcher
end