Class: SynergyWholesale::Types::AuState

Inherits:
Dry::Struct
  • Object
show all
Defined in:
lib/synergy_wholesale/types/au_state.rb

Constant Summary collapse

AU_STATES =
%w(NSW VIC QLD TAS ACT SA WA NT)

Instance Method Summary collapse

Instance Method Details

#to_sObject



9
10
11
# File 'lib/synergy_wholesale/types/au_state.rb', line 9

def to_s
  state
end