Class: FedexWebServices::Soap::Rate::CustomLabelBoxEntry
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::CustomLabelBoxEntry
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13CustomLabelBoxEntry
topLeftCorner - FedexWebServices::Soap::Rate::CustomLabelPosition
bottomRightCorner - FedexWebServices::Soap::Rate::CustomLabelPosition
Instance Attribute Summary collapse
-
#bottomRightCorner ⇒ Object
Returns the value of attribute bottomRightCorner.
-
#topLeftCorner ⇒ Object
Returns the value of attribute topLeftCorner.
Instance Method Summary collapse
-
#initialize(topLeftCorner = nil, bottomRightCorner = nil) ⇒ CustomLabelBoxEntry
constructor
A new instance of CustomLabelBoxEntry.
Constructor Details
#initialize(topLeftCorner = nil, bottomRightCorner = nil) ⇒ CustomLabelBoxEntry
Returns a new instance of CustomLabelBoxEntry.
508 509 510 511 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 508 def initialize(topLeftCorner = nil, bottomRightCorner = nil) @topLeftCorner = topLeftCorner @bottomRightCorner = bottomRightCorner end |
Instance Attribute Details
#bottomRightCorner ⇒ Object
Returns the value of attribute bottomRightCorner.
506 507 508 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 506 def bottomRightCorner @bottomRightCorner end |
#topLeftCorner ⇒ Object
Returns the value of attribute topLeftCorner.
505 506 507 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 505 def topLeftCorner @topLeftCorner end |