Class: CrvApiClient::Api::Animals::VoiceType
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Animals::VoiceType
- Defined in:
- lib/crv_api_client/api/animals/animals.rb
Overview
/voiceType
telNr - SOAP::SOAPString
textBody - SOAP::SOAPString
Instance Attribute Summary collapse
-
#telNr ⇒ Object
Returns the value of attribute telNr.
-
#textBody ⇒ Object
Returns the value of attribute textBody.
Instance Method Summary collapse
-
#initialize(telNr = nil, textBody = nil) ⇒ VoiceType
constructor
A new instance of VoiceType.
Constructor Details
#initialize(telNr = nil, textBody = nil) ⇒ VoiceType
Returns a new instance of VoiceType.
527 528 529 530 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 527 def initialize(telNr = nil, textBody = nil) @telNr = telNr @textBody = textBody end |
Instance Attribute Details
#telNr ⇒ Object
Returns the value of attribute telNr.
524 525 526 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 524 def telNr @telNr end |
#textBody ⇒ Object
Returns the value of attribute textBody.
525 526 527 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 525 def textBody @textBody end |