Class: FedexWebServices::Soap::Ship::ValidatedHazardousCommodityDescription
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::ValidatedHazardousCommodityDescription
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12ValidatedHazardousCommodityDescription
id - SOAP::SOAPString
sequenceNumber - SOAP::SOAPNonNegativeInteger
packingGroup - FedexWebServices::Soap::Ship::HazardousCommodityPackingGroupType
packingInstructions - SOAP::SOAPString
properShippingName - SOAP::SOAPString
properShippingNameAndDescription - SOAP::SOAPString
technicalName - SOAP::SOAPString
hazardClass - SOAP::SOAPString
subsidiaryClasses - SOAP::SOAPString
symbols - SOAP::SOAPString
specialProvisions - SOAP::SOAPString
- SOAP::SOAPString
labelText - SOAP::SOAPString
Instance Attribute Summary collapse
-
#authorization ⇒ Object
Returns the value of attribute authorization.
-
#hazardClass ⇒ Object
Returns the value of attribute hazardClass.
-
#id ⇒ Object
Returns the value of attribute id.
-
#labelText ⇒ Object
Returns the value of attribute labelText.
-
#packingGroup ⇒ Object
Returns the value of attribute packingGroup.
-
#packingInstructions ⇒ Object
Returns the value of attribute packingInstructions.
-
#properShippingName ⇒ Object
Returns the value of attribute properShippingName.
-
#properShippingNameAndDescription ⇒ Object
Returns the value of attribute properShippingNameAndDescription.
-
#sequenceNumber ⇒ Object
Returns the value of attribute sequenceNumber.
-
#specialProvisions ⇒ Object
Returns the value of attribute specialProvisions.
-
#subsidiaryClasses ⇒ Object
Returns the value of attribute subsidiaryClasses.
-
#symbols ⇒ Object
Returns the value of attribute symbols.
-
#technicalName ⇒ Object
Returns the value of attribute technicalName.
Instance Method Summary collapse
-
#initialize(id = nil, sequenceNumber = nil, packingGroup = nil, packingInstructions = nil, properShippingName = nil, properShippingNameAndDescription = nil, technicalName = nil, hazardClass = nil, subsidiaryClasses = [], symbols = nil, specialProvisions = nil, authorization = nil, labelText = nil) ⇒ ValidatedHazardousCommodityDescription
constructor
A new instance of ValidatedHazardousCommodityDescription.
Constructor Details
#initialize(id = nil, sequenceNumber = nil, packingGroup = nil, packingInstructions = nil, properShippingName = nil, properShippingNameAndDescription = nil, technicalName = nil, hazardClass = nil, subsidiaryClasses = [], symbols = nil, specialProvisions = nil, authorization = nil, labelText = nil) ⇒ ValidatedHazardousCommodityDescription
Returns a new instance of ValidatedHazardousCommodityDescription.
3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3554 def initialize(id = nil, sequenceNumber = nil, packingGroup = nil, packingInstructions = nil, properShippingName = nil, properShippingNameAndDescription = nil, technicalName = nil, hazardClass = nil, subsidiaryClasses = [], symbols = nil, specialProvisions = nil, = nil, labelText = nil) @id = id @sequenceNumber = sequenceNumber @packingGroup = packingGroup @packingInstructions = packingInstructions @properShippingName = properShippingName @properShippingNameAndDescription = properShippingNameAndDescription @technicalName = technicalName @hazardClass = hazardClass @subsidiaryClasses = subsidiaryClasses @symbols = symbols @specialProvisions = specialProvisions @authorization = @labelText = labelText end |
Instance Attribute Details
#authorization ⇒ Object
Returns the value of attribute authorization.
3551 3552 3553 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3551 def @authorization end |
#hazardClass ⇒ Object
Returns the value of attribute hazardClass.
3547 3548 3549 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3547 def hazardClass @hazardClass end |
#id ⇒ Object
Returns the value of attribute id.
3540 3541 3542 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3540 def id @id end |
#labelText ⇒ Object
Returns the value of attribute labelText.
3552 3553 3554 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3552 def labelText @labelText end |
#packingGroup ⇒ Object
Returns the value of attribute packingGroup.
3542 3543 3544 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3542 def packingGroup @packingGroup end |
#packingInstructions ⇒ Object
Returns the value of attribute packingInstructions.
3543 3544 3545 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3543 def packingInstructions @packingInstructions end |
#properShippingName ⇒ Object
Returns the value of attribute properShippingName.
3544 3545 3546 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3544 def properShippingName @properShippingName end |
#properShippingNameAndDescription ⇒ Object
Returns the value of attribute properShippingNameAndDescription.
3545 3546 3547 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3545 def properShippingNameAndDescription @properShippingNameAndDescription end |
#sequenceNumber ⇒ Object
Returns the value of attribute sequenceNumber.
3541 3542 3543 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3541 def sequenceNumber @sequenceNumber end |
#specialProvisions ⇒ Object
Returns the value of attribute specialProvisions.
3550 3551 3552 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3550 def specialProvisions @specialProvisions end |
#subsidiaryClasses ⇒ Object
Returns the value of attribute subsidiaryClasses.
3548 3549 3550 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3548 def subsidiaryClasses @subsidiaryClasses end |
#symbols ⇒ Object
Returns the value of attribute symbols.
3549 3550 3551 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3549 def symbols @symbols end |
#technicalName ⇒ Object
Returns the value of attribute technicalName.
3546 3547 3548 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3546 def technicalName @technicalName end |