Class: Whereby::Meeting

Inherits:
Element show all
Defined in:
lib/whereby/meeting.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Element

#initialize, #to_h

Constructor Details

This class inherits a constructor from Whereby::Element

Instance Attribute Details

#end_dateObject

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_urlObject

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_idObject

Returns the value of attribute meeting_id.



3
4
5
# File 'lib/whereby/meeting.rb', line 3

def meeting_id
  @meeting_id
end

#room_urlObject

Returns the value of attribute room_url.



3
4
5
# File 'lib/whereby/meeting.rb', line 3

def room_url
  @room_url
end

#start_dateObject

Returns the value of attribute start_date.



3
4
5
# File 'lib/whereby/meeting.rb', line 3

def start_date
  @start_date
end