Class: FedexWebServices::Soap::Rate::ShippingDocumentEMailRecipient
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::ShippingDocumentEMailRecipient
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13ShippingDocumentEMailRecipient
recipientType - FedexWebServices::Soap::Rate::EMailNotificationRecipientType
address - SOAP::SOAPString
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#recipientType ⇒ Object
Returns the value of attribute recipientType.
Instance Method Summary collapse
-
#initialize(recipientType = nil, address = nil) ⇒ ShippingDocumentEMailRecipient
constructor
A new instance of ShippingDocumentEMailRecipient.
Constructor Details
#initialize(recipientType = nil, address = nil) ⇒ ShippingDocumentEMailRecipient
Returns a new instance of ShippingDocumentEMailRecipient.
2775 2776 2777 2778 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2775 def initialize(recipientType = nil, address = nil) @recipientType = recipientType @address = address end |
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
2773 2774 2775 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2773 def address @address end |
#recipientType ⇒ Object
Returns the value of attribute recipientType.
2772 2773 2774 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2772 def recipientType @recipientType end |