Class: FedexWebServices::Soap::Ship::CustomLabelPosition

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

Overview

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

x - SOAP::SOAPNonNegativeInteger
y - SOAP::SOAPNonNegativeInteger

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(x = nil, y = nil) ⇒ CustomLabelPosition

Returns a new instance of CustomLabelPosition.



878
879
880
881
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 878

def initialize(x = nil, y = nil)
  @x = x
  @y = y
end

Instance Attribute Details

#xObject

Returns the value of attribute x.



875
876
877
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 875

def x
  @x
end

#yObject

Returns the value of attribute y.



876
877
878
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 876

def y
  @y
end