Class: Twilio::REST::Insights::V1::ConferenceContext::ConferenceParticipantInstanceMetadata
- Inherits:
-
Twilio::REST::InstanceResourceMetadata
- Object
- Twilio::REST::InstanceResourceMetadata
- Twilio::REST::Insights::V1::ConferenceContext::ConferenceParticipantInstanceMetadata
- Defined in:
- lib/twilio-ruby/rest/insights/v1/conference/conference_participant.rb
Instance Method Summary collapse
- #conference_participant ⇒ Object
- #headers ⇒ Object
-
#initialize(version, conference_participant_instance, headers, status_code) ⇒ ConferenceParticipantInstanceMetadata
constructor
Initializes a new ConferenceParticipantInstanceMetadata.
- #status_code ⇒ Object
- #to_s ⇒ Object
Constructor Details
#initialize(version, conference_participant_instance, headers, status_code) ⇒ ConferenceParticipantInstanceMetadata
Initializes a new ConferenceParticipantInstanceMetadata.
292 293 294 295 |
# File 'lib/twilio-ruby/rest/insights/v1/conference/conference_participant.rb', line 292 def initialize(version, conference_participant_instance, headers, status_code) super(version, headers, status_code) @conference_participant_instance = conference_participant_instance end |
Instance Method Details
#conference_participant ⇒ Object
297 298 299 |
# File 'lib/twilio-ruby/rest/insights/v1/conference/conference_participant.rb', line 297 def conference_participant @conference_participant_instance end |
#headers ⇒ Object
301 302 303 |
# File 'lib/twilio-ruby/rest/insights/v1/conference/conference_participant.rb', line 301 def headers @headers end |
#status_code ⇒ Object
305 306 307 |
# File 'lib/twilio-ruby/rest/insights/v1/conference/conference_participant.rb', line 305 def status_code @status_code end |
#to_s ⇒ Object
309 310 311 |
# File 'lib/twilio-ruby/rest/insights/v1/conference/conference_participant.rb', line 309 def to_s "<Twilio.Api.V2010.ConferenceParticipantInstanceMetadata status=#{@status_code}>" end |