Class: Twilio::REST::Messaging::V1::BrandRegistrationContext::BrandVettingPage

Inherits:
Page
  • Object
show all
Defined in:
lib/twilio-ruby/rest/messaging/v1/brand_registration/brand_vetting.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) ⇒ BrandVettingPage

Initialize the BrandVettingPage



215
216
217
218
219
220
# File 'lib/twilio-ruby/rest/messaging/v1/brand_registration/brand_vetting.rb', line 215

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



226
227
228
# File 'lib/twilio-ruby/rest/messaging/v1/brand_registration/brand_vetting.rb', line 226

def get_instance(payload)
    BrandVettingInstance.new(@version, payload, brand_sid: @solution[:brand_sid])
end

#to_sObject

Provide a user friendly representation



232
233
234
# File 'lib/twilio-ruby/rest/messaging/v1/brand_registration/brand_vetting.rb', line 232

def to_s
    '<Twilio.Messaging.V1.BrandVettingPage>'
end