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

Parameters:

  • version (Version)

    Version that contains the resource

  • response (Response)

    Response from the API

  • solution (Hash)

    Path solution for the resource



360
361
362
363
364
365
366
# File 'lib/twilio-ruby/rest/messaging/v1/brand_registration/brand_vetting.rb', line 360

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

Parameters:

  • payload (Hash)

    Payload response from the API

Returns:



372
373
374
# File 'lib/twilio-ruby/rest/messaging/v1/brand_registration/brand_vetting.rb', line 372

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

#to_sObject

Provide a user friendly representation



378
379
380
# File 'lib/twilio-ruby/rest/messaging/v1/brand_registration/brand_vetting.rb', line 378

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