Class: FedexWebServices::Soap::Rate::CustomLabelDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::CustomLabelDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13CustomLabelDetail
coordinateUnits - FedexWebServices::Soap::Rate::CustomLabelCoordinateUnits
textEntries - FedexWebServices::Soap::Rate::CustomLabelTextEntry
graphicEntries - FedexWebServices::Soap::Rate::CustomLabelGraphicEntry
boxEntries - FedexWebServices::Soap::Rate::CustomLabelBoxEntry
- FedexWebServices::Soap::Rate::CustomLabelBarcodeEntry
Instance Attribute Summary collapse
-
#barcodeEntries ⇒ Object
Returns the value of attribute barcodeEntries.
-
#boxEntries ⇒ Object
Returns the value of attribute boxEntries.
-
#coordinateUnits ⇒ Object
Returns the value of attribute coordinateUnits.
-
#graphicEntries ⇒ Object
Returns the value of attribute graphicEntries.
-
#textEntries ⇒ Object
Returns the value of attribute textEntries.
Instance Method Summary collapse
-
#initialize(coordinateUnits = nil, textEntries = [], graphicEntries = [], boxEntries = [], barcodeEntries = []) ⇒ CustomLabelDetail
constructor
A new instance of CustomLabelDetail.
Constructor Details
#initialize(coordinateUnits = nil, textEntries = [], graphicEntries = [], boxEntries = [], barcodeEntries = []) ⇒ CustomLabelDetail
Returns a new instance of CustomLabelDetail.
527 528 529 530 531 532 533 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 527 def initialize(coordinateUnits = nil, textEntries = [], graphicEntries = [], boxEntries = [], = []) @coordinateUnits = coordinateUnits @textEntries = textEntries @graphicEntries = graphicEntries @boxEntries = boxEntries @barcodeEntries = end |
Instance Attribute Details
#barcodeEntries ⇒ Object
Returns the value of attribute barcodeEntries.
525 526 527 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 525 def @barcodeEntries end |
#boxEntries ⇒ Object
Returns the value of attribute boxEntries.
524 525 526 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 524 def boxEntries @boxEntries end |
#coordinateUnits ⇒ Object
Returns the value of attribute coordinateUnits.
521 522 523 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 521 def coordinateUnits @coordinateUnits end |
#graphicEntries ⇒ Object
Returns the value of attribute graphicEntries.
523 524 525 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 523 def graphicEntries @graphicEntries end |
#textEntries ⇒ Object
Returns the value of attribute textEntries.
522 523 524 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 522 def textEntries @textEntries end |