Class: FedexWebServices::Soap::Ship::CustomLabelTextEntry
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::CustomLabelTextEntry
- 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
-
#dataFields ⇒ Object
Returns the value of attribute dataFields.
-
#fontName ⇒ Object
Returns the value of attribute fontName.
-
#fontSize ⇒ Object
Returns the value of attribute fontSize.
-
#format ⇒ Object
Returns the value of attribute format.
-
#position ⇒ Object
Returns the value of attribute position.
-
#thermalFontId ⇒ Object
Returns the value of attribute thermalFontId.
Instance Method Summary collapse
-
#initialize(position = nil, format = nil, dataFields = [], thermalFontId = nil, fontName = nil, fontSize = nil) ⇒ CustomLabelTextEntry
constructor
A new instance of CustomLabelTextEntry.
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
#dataFields ⇒ Object
Returns the value of attribute dataFields.
894 895 896 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 894 def dataFields @dataFields end |
#fontName ⇒ Object
Returns the value of attribute fontName.
896 897 898 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 896 def fontName @fontName end |
#fontSize ⇒ Object
Returns the value of attribute fontSize.
897 898 899 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 897 def fontSize @fontSize end |
#format ⇒ Object
Returns the value of attribute format.
893 894 895 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 893 def format @format end |
#position ⇒ Object
Returns the value of attribute position.
892 893 894 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 892 def position @position end |
#thermalFontId ⇒ Object
Returns the value of attribute thermalFontId.
895 896 897 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 895 def thermalFontId @thermalFontId end |