class FedexWebServices::Soap::Rate::CustomLabelPosition
{fedex.com/ws/rate/v13}CustomLabelPosition
x - SOAP::SOAPNonNegativeInteger y - SOAP::SOAPNonNegativeInteger
Attributes
x[RW]
y[RW]
Public Class Methods
new(x = nil, y = nil)
click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 559 def initialize(x = nil, y = nil) @x = x @y = y end