Class: FedexWebServices::Soap::Ship::ValidatedHazardousCommodityDescription

Inherits:
Object
  • Object
show all
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
authorization - SOAP::SOAPString
labelText - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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, authorization = 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 = authorization
  @labelText = labelText
end

Instance Attribute Details

#authorizationObject

Returns the value of attribute authorization.



3551
3552
3553
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3551

def authorization
  @authorization
end

#hazardClassObject

Returns the value of attribute hazardClass.



3547
3548
3549
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3547

def hazardClass
  @hazardClass
end

#idObject

Returns the value of attribute id.



3540
3541
3542
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3540

def id
  @id
end

#labelTextObject

Returns the value of attribute labelText.



3552
3553
3554
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3552

def labelText
  @labelText
end

#packingGroupObject

Returns the value of attribute packingGroup.



3542
3543
3544
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3542

def packingGroup
  @packingGroup
end

#packingInstructionsObject

Returns the value of attribute packingInstructions.



3543
3544
3545
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3543

def packingInstructions
  @packingInstructions
end

#properShippingNameObject

Returns the value of attribute properShippingName.



3544
3545
3546
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3544

def properShippingName
  @properShippingName
end

#properShippingNameAndDescriptionObject

Returns the value of attribute properShippingNameAndDescription.



3545
3546
3547
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3545

def properShippingNameAndDescription
  @properShippingNameAndDescription
end

#sequenceNumberObject

Returns the value of attribute sequenceNumber.



3541
3542
3543
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3541

def sequenceNumber
  @sequenceNumber
end

#specialProvisionsObject

Returns the value of attribute specialProvisions.



3550
3551
3552
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3550

def specialProvisions
  @specialProvisions
end

#subsidiaryClassesObject

Returns the value of attribute subsidiaryClasses.



3548
3549
3550
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3548

def subsidiaryClasses
  @subsidiaryClasses
end

#symbolsObject

Returns the value of attribute symbols.



3549
3550
3551
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3549

def symbols
  @symbols
end

#technicalNameObject

Returns the value of attribute technicalName.



3546
3547
3548
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3546

def technicalName
  @technicalName
end