Class: FedexWebServices::Soap::Rate::PriorityAlertDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::PriorityAlertDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13PriorityAlertDetail
enhancementTypes - FedexWebServices::Soap::Rate::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
1962 1963 1964 1965 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1962 def initialize(enhancementTypes = [], content = []) @enhancementTypes = enhancementTypes @content = content end |
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content.
1960 1961 1962 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1960 def content @content end |
#enhancementTypes ⇒ Object
Returns the value of attribute enhancementTypes.
1959 1960 1961 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1959 def enhancementTypes @enhancementTypes end |