Class: FedexWebServices::Soap::Rate::CustomLabelTextEntry
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::CustomLabelTextEntry
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13CustomLabelTextEntry
position - FedexWebServices::Soap::Rate::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.
580 581 582 583 584 585 586 587 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 580 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.
575 576 577 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 575 def dataFields @dataFields end |
#fontName ⇒ Object
Returns the value of attribute fontName.
577 578 579 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 577 def fontName @fontName end |
#fontSize ⇒ Object
Returns the value of attribute fontSize.
578 579 580 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 578 def fontSize @fontSize end |
#format ⇒ Object
Returns the value of attribute format.
574 575 576 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 574 def format @format end |
#position ⇒ Object
Returns the value of attribute position.
573 574 575 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 573 def position @position end |
#thermalFontId ⇒ Object
Returns the value of attribute thermalFontId.
576 577 578 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 576 def thermalFontId @thermalFontId end |