Class: FedexWebServices::Soap::Ship::StringBarcode

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/ShipServiceDefinitions.rb

Overview

http://fedex.com/ws/ship/v12StringBarcode

type - FedexWebServices::Soap::Ship::StringBarcodeType
value - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, value = nil) ⇒ StringBarcode

Returns a new instance of StringBarcode.



3373
3374
3375
3376
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3373

def initialize(type = nil, value = nil)
  @type = type
  @value = value
end

Instance Attribute Details

#typeObject

Returns the value of attribute type.



3370
3371
3372
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3370

def type
  @type
end

#valueObject

Returns the value of attribute value.



3371
3372
3373
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3371

def value
  @value
end