Class: Hive::Activities::Scheduler::AppointmentActivity

Inherits:
Hashie::Trash
  • Object
show all
Includes:
Hashie::Extensions::Coercion, Hashie::Extensions::IgnoreUndeclared
Defined in:
lib/hive/activities/scheduler/scheduler_appointment_activity.rb

Instance Method Summary collapse

Instance Method Details

#add_attendee(args) ⇒ Object



78
79
80
# File 'lib/hive/activities/scheduler/scheduler_appointment_activity.rb', line 78

def add_attendee(args)
  attendees << Attendee.new(args)
end