Class: Twilio::REST::Microvisor::V1::AppContext::AppManifestList

Inherits:
ListResource
  • Object
show all
Defined in:
lib/twilio-ruby/rest/microvisor/v1/app/app_manifest.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, app_sid: nil) ⇒ AppManifestList

Initialize the AppManifestList



22
23
24
25
26
27
# File 'lib/twilio-ruby/rest/microvisor/v1/app/app_manifest.rb', line 22

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

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

Instance Method Details

#to_sObject

Provide a user friendly representation



31
32
33
# File 'lib/twilio-ruby/rest/microvisor/v1/app/app_manifest.rb', line 31

def to_s
  '#<Twilio.Microvisor.V1.AppManifestList>'
end