Class: FedexWebServices::Soap::Ship::EMailNotificationDetail

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

Instance Method Summary collapse

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

#aggregationTypeObject

Returns the value of attribute aggregationType.



1321
1322
1323
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1321

def aggregationType
  @aggregationType
end

#personalMessageObject

Returns the value of attribute personalMessage.



1322
1323
1324
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1322

def personalMessage
  @personalMessage
end

#recipientsObject

Returns the value of attribute recipients.



1323
1324
1325
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1323

def recipients
  @recipients
end