Class: FedexWebServices::Soap::Close::ShippingDocumentEMailRecipient
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Close::ShippingDocumentEMailRecipient
- Defined in:
- lib/fedex_web_services/soap/CloseServiceDefinitions.rb
Overview
http://fedex.com/ws/close/v4ShippingDocumentEMailRecipient
recipientType - FedexWebServices::Soap::Close::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.
576 577 578 579 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 576 def initialize(recipientType = nil, address = nil) @recipientType = recipientType @address = address end |
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
574 575 576 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 574 def address @address end |
#recipientType ⇒ Object
Returns the value of attribute recipientType.
573 574 575 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 573 def recipientType @recipientType end |