Class: FedexWebServices::Soap::Close::ShippingDocumentEMailRecipient

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#addressObject

Returns the value of attribute address.



574
575
576
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 574

def address
  @address
end

#recipientTypeObject

Returns the value of attribute recipientType.



573
574
575
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 573

def recipientType
  @recipientType
end