Class: CrvApiClient::Api::Animals::VoiceType

Inherits:
Object
  • Object
show all
Defined in:
lib/crv_api_client/api/animals/animals.rb

Overview

/voiceType

telNr - SOAP::SOAPString
textBody - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#telNrObject

Returns the value of attribute telNr.



524
525
526
# File 'lib/crv_api_client/api/animals/animals.rb', line 524

def telNr
  @telNr
end

#textBodyObject

Returns the value of attribute textBody.



525
526
527
# File 'lib/crv_api_client/api/animals/animals.rb', line 525

def textBody
  @textBody
end