Class: CrvApiClient::Api::Animals::SmsType

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

Overview

/smsType

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fromNr = nil, telNr = nil, subject = nil, textBody = nil) ⇒ SmsType

Returns a new instance of SmsType.



512
513
514
515
516
517
# 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

Instance Attribute Details

#fromNrObject

Returns the value of attribute fromNr.



507
508
509
# File 'lib/crv_api_client/api/animals/animals.rb', line 507

def fromNr
  @fromNr
end

#subjectObject

Returns the value of attribute subject.



509
510
511
# File 'lib/crv_api_client/api/animals/animals.rb', line 509

def subject
  @subject
end

#telNrObject

Returns the value of attribute telNr.



508
509
510
# File 'lib/crv_api_client/api/animals/animals.rb', line 508

def telNr
  @telNr
end

#textBodyObject

Returns the value of attribute textBody.



510
511
512
# File 'lib/crv_api_client/api/animals/animals.rb', line 510

def textBody
  @textBody
end