Class: Sinbotra::Bot::Conversation::Step

Inherits:
Struct
  • Object
show all
Defined in:
lib/sinbotra/bot/conversation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#callbackObject

Returns the value of attribute callback

Returns:

  • (Object)

    the current value of callback



3
4
5
# File 'lib/sinbotra/bot/conversation.rb', line 3

def callback
  @callback
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



3
4
5
# File 'lib/sinbotra/bot/conversation.rb', line 3

def id
  @id
end