Class: CrvApiClient::Api::Animals::SendNotificationRequestType

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#emailObject

Returns the value of attribute email.



427
428
429
# File 'lib/crv_api_client/api/animals/animals.rb', line 427

def email
  @email
end

#faxObject

Returns the value of attribute fax.



428
429
430
# File 'lib/crv_api_client/api/animals/animals.rb', line 428

def fax
  @fax
end

#notificationMessageObject

Returns the value of attribute notificationMessage.



426
427
428
# File 'lib/crv_api_client/api/animals/animals.rb', line 426

def notificationMessage
  @notificationMessage
end

#notificationTypeObject

Returns the value of attribute notificationType.



425
426
427
# File 'lib/crv_api_client/api/animals/animals.rb', line 425

def notificationType
  @notificationType
end

#pagerObject

Returns the value of attribute pager.



431
432
433
# File 'lib/crv_api_client/api/animals/animals.rb', line 431

def pager
  @pager
end

#smsObject

Returns the value of attribute sms.



429
430
431
# File 'lib/crv_api_client/api/animals/animals.rb', line 429

def sms
  @sms
end

#voiceObject

Returns the value of attribute voice.



430
431
432
# File 'lib/crv_api_client/api/animals/animals.rb', line 430

def voice
  @voice
end