Class: FedexWebServices::Soap::Rate::PriorityAlertDetail

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

Instance Method Summary collapse

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

#contentObject

Returns the value of attribute content.



1960
1961
1962
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1960

def content
  @content
end

#enhancementTypesObject

Returns the value of attribute enhancementTypes.



1959
1960
1961
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1959

def enhancementTypes
  @enhancementTypes
end