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



54
55
56
# File 'lib/sinbotra/messenger/handler.rb', line 54

def callback
  @callback
end

#matcherObject

Returns the value of attribute matcher

Returns:

  • (Object)

    the current value of matcher



54
55
56
# File 'lib/sinbotra/messenger/handler.rb', line 54

def matcher
  @matcher
end