Class: Twilio::REST::Numbers::V2::RegulatoryComplianceList::BundleInstanceMetadata
- Inherits:
-
InstanceResourceMetadata
- Object
- InstanceResourceMetadata
- Twilio::REST::Numbers::V2::RegulatoryComplianceList::BundleInstanceMetadata
- Defined in:
- lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle.rb
Instance Method Summary collapse
- #bundle ⇒ Object
- #headers ⇒ Object
-
#initialize(version, bundle_instance, headers, status_code) ⇒ BundleInstanceMetadata
constructor
Initializes a new BundleInstanceMetadata.
- #status_code ⇒ Object
- #to_s ⇒ Object
Constructor Details
#initialize(version, bundle_instance, headers, status_code) ⇒ BundleInstanceMetadata
Initializes a new BundleInstanceMetadata.
597 598 599 600 |
# File 'lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle.rb', line 597 def initialize(version, bundle_instance, headers, status_code) super(version, headers, status_code) @bundle_instance = bundle_instance end |
Instance Method Details
#bundle ⇒ Object
602 603 604 |
# File 'lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle.rb', line 602 def bundle @bundle_instance end |
#headers ⇒ Object
606 607 608 |
# File 'lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle.rb', line 606 def headers @headers end |
#status_code ⇒ Object
610 611 612 |
# File 'lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle.rb', line 610 def status_code @status_code end |
#to_s ⇒ Object
614 615 616 |
# File 'lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle.rb', line 614 def to_s "<Twilio.Api.V2010.BundleInstanceMetadata status=#{@status_code}>" end |