Class: FedexWebServices::Soap::Ship::ShippingDocumentEMailRecipient
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::ShippingDocumentEMailRecipient
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12ShippingDocumentEMailRecipient
recipientType - FedexWebServices::Soap::Ship::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.
3237 3238 3239 3240 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3237 def initialize(recipientType = nil, address = nil) @recipientType = recipientType @address = address end |
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
3235 3236 3237 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3235 def address @address end |
#recipientType ⇒ Object
Returns the value of attribute recipientType.
3234 3235 3236 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3234 def recipientType @recipientType end |