Class: Teams::Api::Meeting
- Defined in:
- lib/teams/api/meeting_participant.rb
Overview
A participant's meeting-specific details: role and presence status.
Instance Attribute Summary
Attributes inherited from Model
Instance Method Summary collapse
Methods inherited from Model
Constructor Details
This class inherits a constructor from Teams::Api::Model
Instance Method Details
#in_meeting ⇒ Object
11 12 13 |
# File 'lib/teams/api/meeting_participant.rb', line 11 def in_meeting read("inMeeting", "in_meeting") end |
#role ⇒ Object
7 8 9 |
# File 'lib/teams/api/meeting_participant.rb', line 7 def role read("role") end |