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

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

Instance Method Summary collapse

Constructor Details

#initialize(version, sid: nil) ⇒ ApprovalFetchList

Initialize the ApprovalFetchList

Parameters:

  • Version that contains the resource



28
29
30
31
32
33
34
35
# File 'lib/twilio-ruby/rest/content/v1/content/approval_fetch.rb', line 28

def initialize(version, sid: nil)
    super(version)
    
    # Path Solution
    @solution = { sid: sid }
    
    
end

Instance Method Details

#to_sObject

Provide a user friendly representation



40
41
42
# File 'lib/twilio-ruby/rest/content/v1/content/approval_fetch.rb', line 40

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