Class: FedexWebServices::Soap::Ship::ShippingDocumentEMailRecipient

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

Instance Method Summary collapse

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

#addressObject

Returns the value of attribute address.



3235
3236
3237
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3235

def address
  @address
end

#recipientTypeObject

Returns the value of attribute recipientType.



3234
3235
3236
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3234

def recipientType
  @recipientType
end