Class: EhbrsRubyUtils::Bga::Table::WhatsappFormatters::Beginning

Inherits:
Base
  • Object
show all
Defined in:
lib/ehbrs_ruby_utils/bga/table/whatsapp_formatters/beginning.rb,
lib/ehbrs_ruby_utils/bga/table/whatsapp_formatters/beginning/format_player.rb

Defined Under Namespace

Classes: FormatPlayer

Constant Summary collapse

PLAYERS_TITLE =
'Jogadores'
ROOT_ITEMS_TITLE =
'Mesa iniciada'
TITLE_ICON =
0x2694.chr(::Encoding::UTF_8)

Constants inherited from Base

EhbrsRubyUtils::Bga::Table::WhatsappFormatters::Base::PLAYERS_EXTRA, EhbrsRubyUtils::Bga::Table::WhatsappFormatters::Base::ROOT_ITENS

Constants included from WhatsappFormatter

WhatsappFormatter::LINE_SEPARATOR, WhatsappFormatter::OPTION_SEPARATOR, WhatsappFormatter::SECTION_SEPARATOR

Instance Method Summary collapse

Methods inherited from Base

#options, #players, #players_extra, #players_to_s, #root_items, #sections

Methods included from WhatsappFormatter

#content_to_s, #game, #image_local_path, #options_to_s, #section_to_s, #sections, #title_to_s, #to_s

Instance Method Details

#players_titleString

Returns:

  • (String)


16
17
18
# File 'lib/ehbrs_ruby_utils/bga/table/whatsapp_formatters/beginning.rb', line 16

def players_title
  PLAYERS_TITLE
end

#root_items_titleString

Returns:

  • (String)


21
22
23
# File 'lib/ehbrs_ruby_utils/bga/table/whatsapp_formatters/beginning.rb', line 21

def root_items_title
  ROOT_ITEMS_TITLE
end

#title_iconString

Returns:

  • (String)


26
27
28
# File 'lib/ehbrs_ruby_utils/bga/table/whatsapp_formatters/beginning.rb', line 26

def title_icon
  TITLE_ICON
end