class CrvApiClient::Api::Animals::SendNotificationRequestType
{ws.crvholding.com/commonTypes/}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
Attributes
email[RW]
fax[RW]
notificationMessage[RW]
notificationType[RW]
pager[RW]
sms[RW]
voice[RW]
Public Class Methods
new(notificationType = nil, notificationMessage = [], email = [], fax = [], sms = [], voice = [], pager = [])
click to toggle source
# 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