class GlobalRegistryModels::Entity::IndigitousEventSession

Public Class Methods

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

Public Instance Methods

to_s() click to toggle source
# File lib/global_registry_models/entity/indigitous_event_session.rb, line 15
def to_s
  title
end