Class: VaultCoh::Faction

Inherits:
Object
  • Object
show all
Defined in:
lib/vault_coh/faction.rb

Overview

Identifiers for the Company of Heroes 3 factions.

Constant Summary collapse

AMERICANS =
'Americans'
BRITISH =
'British'
WEHRMACHT =
'Wehrmacht'
AFRIKAKORPS =
'AfrikaKorps'

Instance Method Summary collapse

Instance Method Details

#valueAMERICANS|BRITISH|WEHRMACHT|AFRIKAKORPS

String identifier of the given faction.



16
# File 'lib/vault_coh/faction.rb', line 16

def value; end