Class: Twilio::REST::Messaging::V1::BrandRegistrationContext::BrandVettingPage
- Inherits:
-
Page
- Object
- Page
- Twilio::REST::Messaging::V1::BrandRegistrationContext::BrandVettingPage
- Defined in:
- lib/twilio-ruby/rest/messaging/v1/brand_registration/brand_vetting.rb
Constant Summary
Constants inherited from Page
Instance Method Summary collapse
-
#get_instance(payload) ⇒ BrandVettingInstance
Build an instance of BrandVettingInstance.
-
#initialize(version, response, solution) ⇒ BrandVettingPage
constructor
Initialize the BrandVettingPage.
-
#to_s ⇒ Object
Provide a user friendly representation.
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) ⇒ BrandVettingPage
Initialize the BrandVettingPage
226 227 228 229 230 231 |
# File 'lib/twilio-ruby/rest/messaging/v1/brand_registration/brand_vetting.rb', line 226 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |
Instance Method Details
#get_instance(payload) ⇒ BrandVettingInstance
Build an instance of BrandVettingInstance
237 238 239 |
# File 'lib/twilio-ruby/rest/messaging/v1/brand_registration/brand_vetting.rb', line 237 def get_instance(payload) BrandVettingInstance.new(@version, payload, brand_sid: @solution[:brand_sid]) end |
#to_s ⇒ Object
Provide a user friendly representation
243 244 245 |
# File 'lib/twilio-ruby/rest/messaging/v1/brand_registration/brand_vetting.rb', line 243 def to_s '<Twilio.Messaging.V1.BrandVettingPage>' end |