class FedexWebServices::Soap::Ship::StringBarcode
{fedex.com/ws/ship/v12}StringBarcode
type - FedexWebServices::Soap::Ship::StringBarcodeType value - SOAP::SOAPString
Attributes
type[RW]
value[RW]
Public Class Methods
new(type = nil, value = nil)
click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 3373 def initialize(type = nil, value = nil) @type = type @value = value end