Class: Ish::Meeting

Inherits:
Object
  • Object
show all
Includes:
Mongoid::Document, Mongoid::Timestamps
Defined in:
lib/ish/meeting.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.template_name_optionsObject



15
16
17
18
19
20
21
# File 'lib/ish/meeting.rb', line 15

def self.template_name_options
  [
    [ '', '' ],
    ['calendly_meeting_v1', 'calendly_meeting_v1'],
    ['calendly_meeting_v2', 'calendly_meeting_v2'],
  ]
end

Instance Method Details

#host_emailObject



27
28
29
# File 'lib/ish/meeting.rb', line 27

def host_email
  '[email protected]'
end

#host_nameObject



23
24
25
# File 'lib/ish/meeting.rb', line 23

def host_name
  'Victor Puudeyev'
end