class GlobalRegistryModels::Entity::GlobalMcc

Public Class Methods

identifying_attributes() click to toggle source
# File lib/global_registry_models/entity/global_mcc.rb, line 8
def self.identifying_attributes
  [:name, :mcc_code]
end

Public Instance Methods

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