class GlobalRegistryModels::Entity::IndigitousEventHash

Public Class Methods

identifying_attributes() click to toggle source
# File lib/global_registry_models/entity/indigitous_event_hash.rb, line 11
def self.identifying_attributes
  [:city, :date, :number_attended]
end

Public Instance Methods

to_s() click to toggle source
# File lib/global_registry_models/entity/indigitous_event_hash.rb, line 15
def to_s
  "#{city} #{date.to_s}"
end