Class: Sinbotra::Bot::User::Conversation
- Inherits:
-
Struct
- Object
- Struct
- Sinbotra::Bot::User::Conversation
- Defined in:
- lib/sinbotra/bot/user.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#step ⇒ Object
Returns the value of attribute step.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
5 6 7 |
# File 'lib/sinbotra/bot/user.rb', line 5 def id @id end |
#step ⇒ Object
Returns the value of attribute step
5 6 7 |
# File 'lib/sinbotra/bot/user.rb', line 5 def step @step end |