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.
284 285 286 287 |
# File 'lib/twilio-ruby/rest/insights/v1/conference/conference_participant.rb', line 284 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
289 290 291 |
# File 'lib/twilio-ruby/rest/insights/v1/conference/conference_participant.rb', line 289 def conference_participant @conference_participant_instance end |
#headers ⇒ Object
293 294 295 |
# File 'lib/twilio-ruby/rest/insights/v1/conference/conference_participant.rb', line 293 def headers @headers end |
#status_code ⇒ Object
297 298 299 |
# File 'lib/twilio-ruby/rest/insights/v1/conference/conference_participant.rb', line 297 def status_code @status_code end |
#to_s ⇒ Object
301 302 303 |
# File 'lib/twilio-ruby/rest/insights/v1/conference/conference_participant.rb', line 301 def to_s "<Twilio.Api.V2010.ConferenceParticipantInstanceMetadata status=#{@status_code}>" end |