Class: FedexWebServices::Soap::Ship::EMailNotificationDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::EMailNotificationDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12EMailNotificationDetail
aggregationType - FedexWebServices::Soap::Ship::EMailNotificationAggregationType
personalMessage - SOAP::SOAPString
recipients - FedexWebServices::Soap::Ship::EMailNotificationRecipient
Instance Attribute Summary collapse
-
#aggregationType ⇒ Object
Returns the value of attribute aggregationType.
-
#personalMessage ⇒ Object
Returns the value of attribute personalMessage.
-
#recipients ⇒ Object
Returns the value of attribute recipients.
Instance Method Summary collapse
-
#initialize(aggregationType = nil, personalMessage = nil, recipients = []) ⇒ EMailNotificationDetail
constructor
A new instance of EMailNotificationDetail.
Constructor Details
#initialize(aggregationType = nil, personalMessage = nil, recipients = []) ⇒ EMailNotificationDetail
Returns a new instance of EMailNotificationDetail.
1325 1326 1327 1328 1329 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1325 def initialize(aggregationType = nil, personalMessage = nil, recipients = []) @aggregationType = aggregationType @personalMessage = personalMessage @recipients = recipients end |
Instance Attribute Details
#aggregationType ⇒ Object
Returns the value of attribute aggregationType.
1321 1322 1323 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1321 def aggregationType @aggregationType end |
#personalMessage ⇒ Object
Returns the value of attribute personalMessage.
1322 1323 1324 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1322 def personalMessage @personalMessage end |
#recipients ⇒ Object
Returns the value of attribute recipients.
1323 1324 1325 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1323 def recipients @recipients end |