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