class FedexWebServices::Soap::Ship::OperationalInstruction

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

number - SOAP::SOAPInt
content - SOAP::SOAPString

Attributes

content[RW]
number[RW]

Public Class Methods

new(number = nil, content = nil) click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 2088
def initialize(number = nil, content = nil)
  @number = number
  @content = content
end