Class: FedexWebServices::Soap::Ship::PrintedReference

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

Overview

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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of PrintedReference.



2337
2338
2339
2340
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2337

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

Instance Attribute Details

#typeObject

Returns the value of attribute type.



2334
2335
2336
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2334

def type
  @type
end

#valueObject

Returns the value of attribute value.



2335
2336
2337
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2335

def value
  @value
end