Class: FedexWebServices::Soap::Ship::PriorityAlertDetail

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

Instance Method Summary collapse

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

#contentObject

Returns the value of attribute content.



2348
2349
2350
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2348

def content
  @content
end

#enhancementTypesObject

Returns the value of attribute enhancementTypes.



2347
2348
2349
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2347

def enhancementTypes
  @enhancementTypes
end