Class: FedexWebServices::Soap::Ship::CustomLabelPosition
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::CustomLabelPosition
- 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
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Method Summary collapse
-
#initialize(x = nil, y = nil) ⇒ CustomLabelPosition
constructor
A new instance of CustomLabelPosition.
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
#x ⇒ Object
Returns the value of attribute x.
875 876 877 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 875 def x @x end |
#y ⇒ Object
Returns the value of attribute y.
876 877 878 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 876 def y @y end |