Class: Twilio::REST::Autopilot::V1::AssistantContext::StyleSheetList

Inherits:
ListResource
  • Object
show all
Defined in:
lib/twilio-ruby/rest/autopilot/v1/assistant/style_sheet.rb

Instance Method Summary collapse

Constructor Details

#initialize(version, assistant_sid: nil) ⇒ StyleSheetList

Initialize the StyleSheetList

Parameters:

  • version (Version)

    Version that contains the resource



27
28
29
30
31
32
33
# File 'lib/twilio-ruby/rest/autopilot/v1/assistant/style_sheet.rb', line 27

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

Instance Method Details

#to_sObject

Provide a user friendly representation



38
39
40
# File 'lib/twilio-ruby/rest/autopilot/v1/assistant/style_sheet.rb', line 38

def to_s
    '#<Twilio.Autopilot.V1.StyleSheetList>'
end