Class: Twilio::REST::Api::V2010::AccountContext::SipList::IpAccessControlListContext::IpAddressInstanceMetadata
- Inherits:
-
InstanceResourceMetadata
- Object
- InstanceResourceMetadata
- Twilio::REST::Api::V2010::AccountContext::SipList::IpAccessControlListContext::IpAddressInstanceMetadata
- Defined in:
- lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list/ip_address.rb
Instance Method Summary collapse
- #headers ⇒ Object
-
#initialize(version, ip_address_instance, headers, status_code) ⇒ IpAddressInstanceMetadata
constructor
Initializes a new IpAddressInstanceMetadata.
- #ip_address ⇒ Object
- #status_code ⇒ Object
- #to_s ⇒ Object
Constructor Details
#initialize(version, ip_address_instance, headers, status_code) ⇒ IpAddressInstanceMetadata
Initializes a new IpAddressInstanceMetadata.
425 426 427 428 |
# File 'lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list/ip_address.rb', line 425 def initialize(version, ip_address_instance, headers, status_code) super(version, headers, status_code) @ip_address_instance = ip_address_instance end |
Instance Method Details
#headers ⇒ Object
434 435 436 |
# File 'lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list/ip_address.rb', line 434 def headers @headers end |
#ip_address ⇒ Object
430 431 432 |
# File 'lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list/ip_address.rb', line 430 def ip_address @ip_address_instance end |
#status_code ⇒ Object
438 439 440 |
# File 'lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list/ip_address.rb', line 438 def status_code @status_code end |
#to_s ⇒ Object
442 443 444 |
# File 'lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list/ip_address.rb', line 442 def to_s "<Twilio.Api.V2010.IpAddressInstanceMetadata status=#{@status_code}>" end |