Class: Twilio::REST::Intelligence::V2::TranscriptContext::EncryptedSentencesList
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::Intelligence::V2::TranscriptContext::EncryptedSentencesList
- Defined in:
- lib/twilio-ruby/rest/intelligence/v2/transcript/encrypted_sentences.rb
Instance Method Summary collapse
-
#initialize(version, transcript_sid: nil) ⇒ EncryptedSentencesList
constructor
Initialize the EncryptedSentencesList.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version, transcript_sid: nil) ⇒ EncryptedSentencesList
Initialize the EncryptedSentencesList
28 29 30 31 32 33 34 |
# File 'lib/twilio-ruby/rest/intelligence/v2/transcript/encrypted_sentences.rb', line 28 def initialize(version, transcript_sid: nil) super(version) # Path Solution @solution = { transcript_sid: transcript_sid } end |
Instance Method Details
#to_s ⇒ Object
Provide a user friendly representation
39 40 41 |
# File 'lib/twilio-ruby/rest/intelligence/v2/transcript/encrypted_sentences.rb', line 39 def to_s '#<Twilio.Intelligence.V2.EncryptedSentencesList>' end |