class GlobalRegistryModels::Entity::Area
Public Class Methods
identifying_attributes()
click to toggle source
# File lib/global_registry_models/entity/area.rb, line 8 def self.identifying_attributes [:area_name, :area_code] end
Public Instance Methods
to_s()
click to toggle source
# File lib/global_registry_models/entity/area.rb, line 12 def to_s area_name end