Class: FedexWebServices::Soap::Rate::CustomLabelTextEntry

Inherits:
Object
  • Object
show all
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

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.



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

#dataFieldsObject

Returns the value of attribute dataFields.



575
576
577
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 575

def dataFields
  @dataFields
end

#fontNameObject

Returns the value of attribute fontName.



577
578
579
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 577

def fontName
  @fontName
end

#fontSizeObject

Returns the value of attribute fontSize.



578
579
580
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 578

def fontSize
  @fontSize
end

#formatObject

Returns the value of attribute format.



574
575
576
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 574

def format
  @format
end

#positionObject

Returns the value of attribute position.



573
574
575
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 573

def position
  @position
end

#thermalFontIdObject

Returns the value of attribute thermalFontId.



576
577
578
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 576

def thermalFontId
  @thermalFontId
end