Class: TelegramBot::ReplyKeyboardHide
- Inherits:
-
Struct
- Object
- Struct
- TelegramBot::ReplyKeyboardHide
- Includes:
- AutoFromMethods
- Defined in:
- lib/telegram_bot/reply_keyboard_hide.rb
Instance Attribute Summary collapse
-
#hide_keyboard ⇒ Object
Returns the value of attribute hide_keyboard.
-
#selective ⇒ Object
Returns the value of attribute selective.
Method Summary
Methods included from AutoFromMethods
Instance Attribute Details
#hide_keyboard ⇒ Object
Returns the value of attribute hide_keyboard
1 2 3 |
# File 'lib/telegram_bot/reply_keyboard_hide.rb', line 1 def hide_keyboard @hide_keyboard end |
#selective ⇒ Object
Returns the value of attribute selective
1 2 3 |
# File 'lib/telegram_bot/reply_keyboard_hide.rb', line 1 def selective @selective end |