Class: Whereby::Meeting
Instance Attribute Summary collapse
-
#end_date ⇒ Object
Returns the value of attribute end_date.
-
#host_room_url ⇒ Object
Returns the value of attribute host_room_url.
-
#meeting_id ⇒ Object
Returns the value of attribute meeting_id.
-
#room_url ⇒ Object
Returns the value of attribute room_url.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
Method Summary
Methods inherited from Element
Constructor Details
This class inherits a constructor from Whereby::Element
Instance Attribute Details
#end_date ⇒ Object
Returns the value of attribute end_date.
3 4 5 |
# File 'lib/whereby/meeting.rb', line 3 def end_date @end_date end |
#host_room_url ⇒ Object
Returns the value of attribute host_room_url.
3 4 5 |
# File 'lib/whereby/meeting.rb', line 3 def host_room_url @host_room_url end |
#meeting_id ⇒ Object
Returns the value of attribute meeting_id.
3 4 5 |
# File 'lib/whereby/meeting.rb', line 3 def meeting_id @meeting_id end |
#room_url ⇒ Object
Returns the value of attribute room_url.
3 4 5 |
# File 'lib/whereby/meeting.rb', line 3 def room_url @room_url end |
#start_date ⇒ Object
Returns the value of attribute start_date.
3 4 5 |
# File 'lib/whereby/meeting.rb', line 3 def start_date @start_date end |