class FedexWebServices::Soap::Ship::CustomLabelPosition
{fedex.com/ws/ship/v12}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/ShipServiceDefinitions.rb, line 878 def initialize(x = nil, y = nil) @x = x @y = y end