Class: Twilio::REST::Voice::V1::DialingPermissionsList::BulkCountryUpdatePage

Inherits:
Page
  • Object
show all
Defined in:
lib/twilio-ruby/rest/voice/v1/dialing_permissions/bulk_country_update.rb

Constant Summary

Constants inherited from Page

Page::META_KEYS

Instance Method Summary collapse

Methods inherited from Page

#each, #load_page, #next_page, #next_page_url, #previous_page, #previous_page_url, #process_response

Constructor Details

#initialize(version, response, solution) ⇒ BulkCountryUpdatePage

Initialize the BulkCountryUpdatePage

Parameters:

  • version (Version)

    Version that contains the resource

  • response (Response)

    Response from the API

  • solution (Hash)

    Path solution for the resource



69
70
71
72
73
74
# File 'lib/twilio-ruby/rest/voice/v1/dialing_permissions/bulk_country_update.rb', line 69

def initialize(version, response, solution)
    super(version, response)

    # Path Solution
    @solution = solution
end

Instance Method Details

#get_instance(payload) ⇒ BulkCountryUpdateInstance

Build an instance of BulkCountryUpdateInstance

Parameters:

  • payload (Hash)

    Payload response from the API

Returns:



80
81
82
# File 'lib/twilio-ruby/rest/voice/v1/dialing_permissions/bulk_country_update.rb', line 80

def get_instance(payload)
    BulkCountryUpdateInstance.new(@version, payload)
end

#to_sObject

Provide a user friendly representation



86
87
88
# File 'lib/twilio-ruby/rest/voice/v1/dialing_permissions/bulk_country_update.rb', line 86

def to_s
    '<Twilio.Voice.V1.BulkCountryUpdatePage>'
end