Class: FedexWebServices::Soap::Ship::BinaryBarcode

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

Overview

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

type - FedexWebServices::Soap::Ship::BinaryBarcodeType
value - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of BinaryBarcode.



96
97
98
99
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 96

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

Instance Attribute Details

#typeObject

Returns the value of attribute type.



93
94
95
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 93

def type
  @type
end

#valueObject

Returns the value of attribute value.



94
95
96
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 94

def value
  @value
end