Class: FedexWebServices::Soap::Rate::CustomLabelPosition
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::CustomLabelPosition
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13CustomLabelPosition
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.
559 560 561 562 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 559 def initialize(x = nil, y = nil) @x = x @y = y end |
Instance Attribute Details
#x ⇒ Object
Returns the value of attribute x.
556 557 558 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 556 def x @x end |
#y ⇒ Object
Returns the value of attribute y.
557 558 559 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 557 def y @y end |