Class: Twilio::REST::FlexApi::V1::CreateFlexInstanceList

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

Defined Under Namespace

Classes: CreateInstanceRequestBody, CreateInstanceRequestBodyConversation

Instance Method Summary collapse

Constructor Details

#initialize(version) ⇒ CreateFlexInstanceList

Initialize the CreateFlexInstanceList

Parameters:

  • version (Version)

    Version that contains the resource



53
54
55
56
57
58
59
60
# File 'lib/twilio-ruby/rest/flex_api/v1/create_flex_instance.rb', line 53

def initialize(version)
    super(version)
    
    # Path Solution
    @solution = {  }
    
    
end

Instance Method Details

#to_sObject

Provide a user friendly representation



65
66
67
# File 'lib/twilio-ruby/rest/flex_api/v1/create_flex_instance.rb', line 65

def to_s
    '#<Twilio.FlexApi.V1.CreateFlexInstanceList>'
end