class CrvApiClient::Api::Animals::SmsType

{ws.crvholding.com/commonTypes/}smsType

fromNr - SOAP::SOAPString
telNr - SOAP::SOAPString
subject - SOAP::SOAPString
textBody - SOAP::SOAPString

Attributes

fromNr[RW]
subject[RW]
telNr[RW]
textBody[RW]

Public Class Methods

new(fromNr = nil, telNr = nil, subject = nil, textBody = nil) click to toggle source
# File lib/crv_api_client/api/animals/animals.rb, line 512
def initialize(fromNr = nil, telNr = nil, subject = nil, textBody = nil)
  @fromNr = fromNr
  @telNr = telNr
  @subject = subject
  @textBody = textBody
end