class GlobalRegistryModels::Entity::IndigitousEventClassic

Public Class Methods

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

Public Instance Methods

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