class CrvApiClient::Api::Animals::VoiceType
{ws.crvholding.com/commonTypes/}voiceType
telNr - SOAP::SOAPString textBody - SOAP::SOAPString
Attributes
telNr[RW]
textBody[RW]
Public Class Methods
new(telNr = nil, textBody = nil)
click to toggle source
# File lib/crv_api_client/api/animals/animals.rb, line 527 def initialize(telNr = nil, textBody = nil) @telNr = telNr @textBody = textBody end