Class: FedexWebServices::Soap::Ship::PriorityAlertDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::PriorityAlertDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12PriorityAlertDetail
enhancementTypes - FedexWebServices::Soap::Ship::PriorityAlertEnhancementType
content - SOAP::SOAPString
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#enhancementTypes ⇒ Object
Returns the value of attribute enhancementTypes.
Instance Method Summary collapse
-
#initialize(enhancementTypes = [], content = []) ⇒ PriorityAlertDetail
constructor
A new instance of PriorityAlertDetail.
Constructor Details
#initialize(enhancementTypes = [], content = []) ⇒ PriorityAlertDetail
Returns a new instance of PriorityAlertDetail.
2350 2351 2352 2353 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2350 def initialize(enhancementTypes = [], content = []) @enhancementTypes = enhancementTypes @content = content end |
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content.
2348 2349 2350 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2348 def content @content end |
#enhancementTypes ⇒ Object
Returns the value of attribute enhancementTypes.
2347 2348 2349 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2347 def enhancementTypes @enhancementTypes end |