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

Inherits:
EhbrsRubyUtils::Bga::Table::WhatsappFormatters::Base::FormatPlayer show all
Defined in:
lib/ehbrs_ruby_utils/bga/table/whatsapp_formatters/beginning/format_player.rb

Constant Summary collapse

FIELDS =
%w[name].freeze

Constants inherited from EhbrsRubyUtils::Bga::Table::WhatsappFormatters::Base::FormatPlayer

EhbrsRubyUtils::Bga::Table::WhatsappFormatters::Base::FormatPlayer::FIELD_SEPARATOR

Instance Method Summary collapse

Methods inherited from EhbrsRubyUtils::Bga::Table::WhatsappFormatters::Base::FormatPlayer

#result

Instance Method Details

#fieldsObject



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

def fields
  FIELDS
end