Class: Twilio::REST::Knowledge::V2::SearchList

Inherits:
ListResource
  • Object
show all
Defined in:
lib/twilio-ruby/rest/knowledge/v2/search.rb

Defined Under Namespace

Classes: KnowledgeSearch

Instance Method Summary collapse

Constructor Details

#initialize(version) ⇒ SearchList

Initialize the SearchList

Parameters:

  • version (Version)

    Version that contains the resource



46
47
48
49
50
51
52
53
54
# File 'lib/twilio-ruby/rest/knowledge/v2/search.rb', line 46

def initialize(version)
    
    apiV1Version = ApiV1Version.new version.domain, version
    super(apiV1Version)
    # Path Solution
    @solution = {  }
    
    
end

Instance Method Details

#to_sObject

Provide a user friendly representation



59
60
61
# File 'lib/twilio-ruby/rest/knowledge/v2/search.rb', line 59

def to_s
    '#<Twilio.Knowledge.V2.SearchList>'
end