class FedexWebServices::Soap::Ship::PrintedReference

{fedex.com/ws/ship/v12}PrintedReference

type - FedexWebServices::Soap::Ship::PrintedReferenceType
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 2337
def initialize(type = nil, value = nil)
  @type = type
  @value = value
end