Class: FedexWebServices::Soap::Rate::EMailNotificationDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::EMailNotificationDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13EMailNotificationDetail
personalMessage - SOAP::SOAPString
recipients - FedexWebServices::Soap::Rate::EMailNotificationRecipient
Instance Attribute Summary collapse
-
#personalMessage ⇒ Object
Returns the value of attribute personalMessage.
-
#recipients ⇒ Object
Returns the value of attribute recipients.
Instance Method Summary collapse
-
#initialize(personalMessage = nil, recipients = []) ⇒ EMailNotificationDetail
constructor
A new instance of EMailNotificationDetail.
Constructor Details
#initialize(personalMessage = nil, recipients = []) ⇒ EMailNotificationDetail
Returns a new instance of EMailNotificationDetail.
983 984 985 986 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 983 def initialize(personalMessage = nil, recipients = []) @personalMessage = personalMessage @recipients = recipients end |
Instance Attribute Details
#personalMessage ⇒ Object
Returns the value of attribute personalMessage.
980 981 982 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 980 def personalMessage @personalMessage end |
#recipients ⇒ Object
Returns the value of attribute recipients.
981 982 983 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 981 def recipients @recipients end |