Class: Sinbotra::Bot::Conversation::Step
- Inherits:
-
Struct
- Object
- Struct
- Sinbotra::Bot::Conversation::Step
- Defined in:
- lib/sinbotra/bot/conversation.rb
Instance Attribute Summary collapse
-
#callback ⇒ Object
Returns the value of attribute callback.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Attribute Details
#callback ⇒ Object
Returns the value of attribute callback
3 4 5 |
# File 'lib/sinbotra/bot/conversation.rb', line 3 def callback @callback end |
#id ⇒ Object
Returns the value of attribute id
3 4 5 |
# File 'lib/sinbotra/bot/conversation.rb', line 3 def id @id end |