class CrvApiClient::Api::Reproduction::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/reproduction/reproduction.rb, line 888
def initialize(telNr = nil, textBody = nil)
  @telNr = telNr
  @textBody = textBody
end