Class: Twilio::REST::Insights::V1::ConferenceInstanceMetadata
- Inherits:
-
Twilio::REST::InstanceResourceMetadata
- Object
- Twilio::REST::InstanceResourceMetadata
- Twilio::REST::Insights::V1::ConferenceInstanceMetadata
- Defined in:
- lib/twilio-ruby/rest/insights/v1/conference.rb
Instance Method Summary collapse
- #conference ⇒ Object
- #headers ⇒ Object
-
#initialize(version, conference_instance, headers, status_code) ⇒ ConferenceInstanceMetadata
constructor
Initializes a new ConferenceInstanceMetadata.
- #status_code ⇒ Object
- #to_s ⇒ Object
Constructor Details
#initialize(version, conference_instance, headers, status_code) ⇒ ConferenceInstanceMetadata
Initializes a new ConferenceInstanceMetadata.
345 346 347 348 |
# File 'lib/twilio-ruby/rest/insights/v1/conference.rb', line 345 def initialize(version, conference_instance, headers, status_code) super(version, headers, status_code) @conference_instance = conference_instance end |
Instance Method Details
#conference ⇒ Object
350 351 352 |
# File 'lib/twilio-ruby/rest/insights/v1/conference.rb', line 350 def conference @conference_instance end |
#headers ⇒ Object
354 355 356 |
# File 'lib/twilio-ruby/rest/insights/v1/conference.rb', line 354 def headers @headers end |
#status_code ⇒ Object
358 359 360 |
# File 'lib/twilio-ruby/rest/insights/v1/conference.rb', line 358 def status_code @status_code end |
#to_s ⇒ Object
362 363 364 |
# File 'lib/twilio-ruby/rest/insights/v1/conference.rb', line 362 def to_s "<Twilio.Api.V2010.ConferenceInstanceMetadata status=#{@status_code}>" end |