Class: FedexWebServices::Soap::Rate::CustomLabelPosition

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#xObject

Returns the value of attribute x.



556
557
558
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 556

def x
  @x
end

#yObject

Returns the value of attribute y.



557
558
559
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 557

def y
  @y
end