class GlobalRegistryModels::Entity::Ministry

Public Class Methods

identifying_attributes() click to toggle source
# File lib/global_registry_models/entity/ministry.rb, line 53
def self.identifying_attributes
  [:name, :country, :city, :min_code]
end

Public Instance Methods

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