Class: Twilio::REST::Content::V1::ContentContext::ApprovalFetchList

Inherits:
ListResource
  • Object
show all
Defined in:
lib/twilio-ruby/rest/content/v1/content/approval_fetch.rb

Overview

PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact [email protected].

Instance Method Summary collapse

Constructor Details

#initialize(version, sid: nil) ⇒ ApprovalFetchList

Initialize the ApprovalFetchList

Parameters:

  • version (Version)

    Version that contains the resource

  • sid (String) (defaults to: nil)

    The unique string that that we created to identify the Content resource.



23
24
25
26
27
28
# File 'lib/twilio-ruby/rest/content/v1/content/approval_fetch.rb', line 23

def initialize(version, sid: nil)
  super(version)

  # Path Solution
  @solution = {sid: sid}
end

Instance Method Details

#to_sObject

Provide a user friendly representation



32
33
34
# File 'lib/twilio-ruby/rest/content/v1/content/approval_fetch.rb', line 32

def to_s
  '#<Twilio.Content.V1.ApprovalFetchList>'
end