Class: CrvApiClient::Api::Animals::SendNotificationRequestType
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Animals::SendNotificationRequestType
- Defined in:
- lib/crv_api_client/api/animals/animals.rb
Overview
/sendNotificationRequestType
notificationType - CrvApiClient::Api::Animals::NotificationType
notificationMessage - CrvApiClient::Api::Animals::NotificationMessageType
email - CrvApiClient::Api::Animals::EmailType
fax - CrvApiClient::Api::Animals::FaxType
sms - CrvApiClient::Api::Animals::SmsType
voice - CrvApiClient::Api::Animals::VoiceType
pager - CrvApiClient::Api::Animals::PagerType
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#fax ⇒ Object
Returns the value of attribute fax.
-
#notificationMessage ⇒ Object
Returns the value of attribute notificationMessage.
-
#notificationType ⇒ Object
Returns the value of attribute notificationType.
-
#pager ⇒ Object
Returns the value of attribute pager.
-
#sms ⇒ Object
Returns the value of attribute sms.
-
#voice ⇒ Object
Returns the value of attribute voice.
Instance Method Summary collapse
-
#initialize(notificationType = nil, notificationMessage = [], email = [], fax = [], sms = [], voice = [], pager = []) ⇒ SendNotificationRequestType
constructor
A new instance of SendNotificationRequestType.
Constructor Details
#initialize(notificationType = nil, notificationMessage = [], email = [], fax = [], sms = [], voice = [], pager = []) ⇒ SendNotificationRequestType
Returns a new instance of SendNotificationRequestType.
433 434 435 436 437 438 439 440 441 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 433 def initialize(notificationType = nil, notificationMessage = [], email = [], fax = [], sms = [], voice = [], pager = []) @notificationType = notificationType @notificationMessage = notificationMessage @email = email @fax = fax @sms = sms @voice = voice @pager = pager end |
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email.
427 428 429 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 427 def email @email end |
#fax ⇒ Object
Returns the value of attribute fax.
428 429 430 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 428 def fax @fax end |
#notificationMessage ⇒ Object
Returns the value of attribute notificationMessage.
426 427 428 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 426 def notificationMessage @notificationMessage end |
#notificationType ⇒ Object
Returns the value of attribute notificationType.
425 426 427 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 425 def notificationType @notificationType end |
#pager ⇒ Object
Returns the value of attribute pager.
431 432 433 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 431 def pager @pager end |
#sms ⇒ Object
Returns the value of attribute sms.
429 430 431 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 429 def sms @sms end |
#voice ⇒ Object
Returns the value of attribute voice.
430 431 432 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 430 def voice @voice end |