Class: FedexWebServices::Soap::Rate::ShippingDocumentEMailRecipient

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

Instance Method Summary collapse

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

#addressObject

Returns the value of attribute address.



2773
2774
2775
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2773

def address
  @address
end

#recipientTypeObject

Returns the value of attribute recipientType.



2772
2773
2774
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2772

def recipientType
  @recipientType
end