Class: FedexWebServices::Soap::Ship::CustomLabelTextEntry

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/ShipServiceDefinitions.rb

Overview

http://fedex.com/ws/ship/v12CustomLabelTextEntry

position - FedexWebServices::Soap::Ship::CustomLabelPosition
format - SOAP::SOAPString
dataFields - SOAP::SOAPString
thermalFontId - SOAP::SOAPString
fontName - SOAP::SOAPString
fontSize - SOAP::SOAPPositiveInteger

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(position = nil, format = nil, dataFields = [], thermalFontId = nil, fontName = nil, fontSize = nil) ⇒ CustomLabelTextEntry

Returns a new instance of CustomLabelTextEntry.



899
900
901
902
903
904
905
906
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 899

def initialize(position = nil, format = nil, dataFields = [], thermalFontId = nil, fontName = nil, fontSize = nil)
  @position = position
  @format = format
  @dataFields = dataFields
  @thermalFontId = thermalFontId
  @fontName = fontName
  @fontSize = fontSize
end

Instance Attribute Details

#dataFieldsObject

Returns the value of attribute dataFields.



894
895
896
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 894

def dataFields
  @dataFields
end

#fontNameObject

Returns the value of attribute fontName.



896
897
898
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 896

def fontName
  @fontName
end

#fontSizeObject

Returns the value of attribute fontSize.



897
898
899
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 897

def fontSize
  @fontSize
end

#formatObject

Returns the value of attribute format.



893
894
895
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 893

def format
  @format
end

#positionObject

Returns the value of attribute position.



892
893
894
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 892

def position
  @position
end

#thermalFontIdObject

Returns the value of attribute thermalFontId.



895
896
897
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 895

def thermalFontId
  @thermalFontId
end