Class: TelegramBot::ReplyKeyboardMarkup

Inherits:
Struct
  • Object
show all
Includes:
AutoFromMethods
Defined in:
lib/telegram_bot/reply_keyboard_markup.rb

Instance Attribute Summary collapse

Method Summary

Methods included from AutoFromMethods

included

Instance Attribute Details

#keyboardObject

Returns the value of attribute keyboard

Returns:

  • (Object)

    the current value of keyboard



1
2
3
# File 'lib/telegram_bot/reply_keyboard_markup.rb', line 1

def keyboard
  @keyboard
end

#one_time_keyboardObject

Returns the value of attribute one_time_keyboard

Returns:

  • (Object)

    the current value of 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_keyboardObject

Returns the value of attribute resize_keyboard

Returns:

  • (Object)

    the current value of resize_keyboard



1
2
3
# File 'lib/telegram_bot/reply_keyboard_markup.rb', line 1

def resize_keyboard
  @resize_keyboard
end

#selectiveObject

Returns the value of attribute selective

Returns:

  • (Object)

    the current value of selective



1
2
3
# File 'lib/telegram_bot/reply_keyboard_markup.rb', line 1

def selective
  @selective
end