Module: Fortnox::API::Model::Attribute::CountryCode

Included in:
Customer
Defined in:
lib/fortnox/api/models/attributes/country_code.rb

Instance Method Summary collapse

Instance Method Details

#country_code=(country_code) ⇒ Object



11
12
13
# File 'lib/fortnox/api/models/attributes/country_code.rb', line 11

def country_code=( country_code )
  super country_code.upcase[0...2]
end