Class: Ish::Meeting
- Inherits:
-
Object
- Object
- Ish::Meeting
- Includes:
- Mongoid::Document, Mongoid::Timestamps
- Defined in:
- lib/ish/meeting.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.template_name_options ⇒ Object
15 16 17 18 19 20 21 |
# File 'lib/ish/meeting.rb', line 15 def self. [ [ '', '' ], ['calendly_meeting_v1', 'calendly_meeting_v1'], ['calendly_meeting_v2', 'calendly_meeting_v2'], ] end |
Instance Method Details
#host_email ⇒ Object
27 28 29 |
# File 'lib/ish/meeting.rb', line 27 def host_email '[email protected]' end |
#host_name ⇒ Object
23 24 25 |
# File 'lib/ish/meeting.rb', line 23 def host_name 'Victor Puudeyev' end |