Class: Twilio::REST::Knowledge::V2::SearchList
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::Knowledge::V2::SearchList
- Defined in:
- lib/twilio-ruby/rest/knowledge/v2/search.rb
Defined Under Namespace
Classes: KnowledgeSearch
Instance Method Summary collapse
-
#initialize(version) ⇒ SearchList
constructor
Initialize the SearchList.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version) ⇒ SearchList
Initialize the SearchList
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_s ⇒ Object
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 |