Class: EhbrsRubyUtils::Bga::Table::WhatsappFormatters::Base::FormatPlayer

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

Constant Summary collapse

FIELD_SEPARATOR =
' - '

Instance Method Summary collapse

Instance Method Details

#resultObject



19
20
21
# File 'lib/ehbrs_ruby_utils/bga/table/whatsapp_formatters/base/format_player.rb', line 19

def result
  fields.map { |v| send(v) }.join(FIELD_SEPARATOR)
end