Class: Twilio::REST::Content::V1::ContentContext::ApprovalFetchList
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::Content::V1::ContentContext::ApprovalFetchList
- Defined in:
- lib/twilio-ruby/rest/content/v1/content/approval_fetch.rb
Instance Method Summary collapse
-
#initialize(version, sid: nil) ⇒ ApprovalFetchList
constructor
Initialize the ApprovalFetchList.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version, sid: nil) ⇒ ApprovalFetchList
Initialize the ApprovalFetchList
28 29 30 31 32 33 34 |
# 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_s ⇒ Object
Provide a user friendly representation
39 40 41 |
# File 'lib/twilio-ruby/rest/content/v1/content/approval_fetch.rb', line 39 def to_s '#<Twilio.Content.V1.ApprovalFetchList>' end |