Class: FedexWebServices::Soap::Rate::CustomLabelDetail

Inherits:
Object
  • Object
show all
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 barcodeEntries - FedexWebServices::Soap::Rate::CustomLabelBarcodeEntry

Instance Attribute Summary collapse

Instance Method Summary collapse

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 = [], barcodeEntries = [])
  @coordinateUnits = coordinateUnits
  @textEntries = textEntries
  @graphicEntries = graphicEntries
  @boxEntries = boxEntries
  @barcodeEntries = 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
  @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