class GlobalRegistryModels::Entity::IsoCountry

Public Class Methods

identifying_attributes() click to toggle source
# File lib/global_registry_models/entity/iso_country.rb, line 11
def self.identifying_attributes
  [:name, :iso2_code, :iso3_code]
end

Public Instance Methods

to_s() click to toggle source
# File lib/global_registry_models/entity/iso_country.rb, line 15
def to_s
  name
end