Class: FedexWebServices::Soap::Ship::EMailNotificationRecipient

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/ShipServiceDefinitions.rb

Overview

http://fedex.com/ws/ship/v12EMailNotificationRecipient

eMailNotificationRecipientType - FedexWebServices::Soap::Ship::EMailNotificationRecipientType
eMailAddress - SOAP::SOAPString
notificationEventsRequested - FedexWebServices::Soap::Ship::EMailNotificationEventType
format - FedexWebServices::Soap::Ship::EMailNotificationFormatType
localization - FedexWebServices::Soap::Ship::Localization

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eMailNotificationRecipientType = nil, eMailAddress = nil, notificationEventsRequested = [], format = nil, localization = nil) ⇒ EMailNotificationRecipient

Returns a new instance of EMailNotificationRecipient.



1345
1346
1347
1348
1349
1350
1351
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1345

def initialize(eMailNotificationRecipientType = nil, eMailAddress = nil, notificationEventsRequested = [], format = nil, localization = nil)
  @eMailNotificationRecipientType = eMailNotificationRecipientType
  @eMailAddress = eMailAddress
  @notificationEventsRequested = notificationEventsRequested
  @format = format
  @localization = localization
end

Instance Attribute Details

#eMailAddressObject

Returns the value of attribute eMailAddress.



1340
1341
1342
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1340

def eMailAddress
  @eMailAddress
end

#eMailNotificationRecipientTypeObject

Returns the value of attribute eMailNotificationRecipientType.



1339
1340
1341
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1339

def eMailNotificationRecipientType
  @eMailNotificationRecipientType
end

#formatObject

Returns the value of attribute format.



1342
1343
1344
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1342

def format
  @format
end

#localizationObject

Returns the value of attribute localization.



1343
1344
1345
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1343

def localization
  @localization
end

#notificationEventsRequestedObject

Returns the value of attribute notificationEventsRequested.



1341
1342
1343
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1341

def notificationEventsRequested
  @notificationEventsRequested
end