Class: FedexWebServices::Soap::Rate::EMailNotificationRecipient

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

Overview

http://fedex.com/ws/rate/v13EMailNotificationRecipient

eMailNotificationRecipientType - FedexWebServices::Soap::Rate::EMailNotificationRecipientType
eMailAddress - SOAP::SOAPString
notificationEventsRequested - FedexWebServices::Soap::Rate::EMailNotificationEventType
format - FedexWebServices::Soap::Rate::EMailNotificationFormatType
localization - FedexWebServices::Soap::Rate::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.



1002
1003
1004
1005
1006
1007
1008
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1002

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.



997
998
999
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 997

def eMailAddress
  @eMailAddress
end

#eMailNotificationRecipientTypeObject

Returns the value of attribute eMailNotificationRecipientType.



996
997
998
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 996

def eMailNotificationRecipientType
  @eMailNotificationRecipientType
end

#formatObject

Returns the value of attribute format.



999
1000
1001
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 999

def format
  @format
end

#localizationObject

Returns the value of attribute localization.



1000
1001
1002
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1000

def localization
  @localization
end

#notificationEventsRequestedObject

Returns the value of attribute notificationEventsRequested.



998
999
1000
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 998

def notificationEventsRequested
  @notificationEventsRequested
end