Class: FedexWebServices::Soap::Ship::BinaryBarcode
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::BinaryBarcode
- 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
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(type = nil, value = nil) ⇒ BinaryBarcode
constructor
A new instance of BinaryBarcode.
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
#type ⇒ Object
Returns the value of attribute type.
93 94 95 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 93 def type @type end |
#value ⇒ Object
Returns the value of attribute value.
94 95 96 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 94 def value @value end |