Class: CrvApiClient::Api::Animals::SmsType
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Animals::SmsType
- 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
-
#fromNr ⇒ Object
Returns the value of attribute fromNr.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#telNr ⇒ Object
Returns the value of attribute telNr.
-
#textBody ⇒ Object
Returns the value of attribute textBody.
Instance Method Summary collapse
-
#initialize(fromNr = nil, telNr = nil, subject = nil, textBody = nil) ⇒ SmsType
constructor
A new instance of SmsType.
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
#fromNr ⇒ Object
Returns the value of attribute fromNr.
507 508 509 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 507 def fromNr @fromNr end |
#subject ⇒ Object
Returns the value of attribute subject.
509 510 511 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 509 def subject @subject end |
#telNr ⇒ Object
Returns the value of attribute telNr.
508 509 510 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 508 def telNr @telNr end |
#textBody ⇒ Object
Returns the value of attribute textBody.
510 511 512 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 510 def textBody @textBody end |