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



13
14
15
# File 'lib/ehbrs_ruby_utils/bga/table/whatsapp_formatters/beginning/format_player.rb', line 13

def fields
  FIELDS
end