class GlobalRegistryModels::Entity::TargetArea

Public Class Methods

identifying_attributes() click to toggle source
# File lib/global_registry_models/entity/target_area.rb, line 39
def self.identifying_attributes
  [:name, :country, :state]
end
writeable_attributes() click to toggle source
# File lib/global_registry_models/entity/target_area.rb, line 43
def self.writeable_attributes
  super - [:gate, :highest_offering, :institution_type, :is_closed]
end

Public Instance Methods

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