Class: EhbrsRubyUtils::Bga::Table::WhatsappFormatters::Base::FormatPlayer
- Inherits:
-
Object
- Object
- EhbrsRubyUtils::Bga::Table::WhatsappFormatters::Base::FormatPlayer
- Defined in:
- lib/ehbrs_ruby_utils/bga/table/whatsapp_formatters/base/format_player.rb
Direct Known Subclasses
EhbrsRubyUtils::Bga::Table::WhatsappFormatters::Beginning::FormatPlayer, Ending::FormatPlayer
Constant Summary collapse
- FIELD_SEPARATOR =
' - '
Instance Method Summary collapse
Instance Method Details
#result ⇒ Object
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 |