Class: FedexWebServices::Soap::Rate::CustomLabelGraphicEntry
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::CustomLabelGraphicEntry
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13CustomLabelGraphicEntry
position - FedexWebServices::Soap::Rate::CustomLabelPosition
printerGraphicId - SOAP::SOAPString
fileGraphicFullName - SOAP::SOAPString
Instance Attribute Summary collapse
-
#fileGraphicFullName ⇒ Object
Returns the value of attribute fileGraphicFullName.
-
#position ⇒ Object
Returns the value of attribute position.
-
#printerGraphicId ⇒ Object
Returns the value of attribute printerGraphicId.
Instance Method Summary collapse
-
#initialize(position = nil, printerGraphicId = nil, fileGraphicFullName = nil) ⇒ CustomLabelGraphicEntry
constructor
A new instance of CustomLabelGraphicEntry.
Constructor Details
#initialize(position = nil, printerGraphicId = nil, fileGraphicFullName = nil) ⇒ CustomLabelGraphicEntry
Returns a new instance of CustomLabelGraphicEntry.
545 546 547 548 549 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 545 def initialize(position = nil, printerGraphicId = nil, fileGraphicFullName = nil) @position = position @printerGraphicId = printerGraphicId @fileGraphicFullName = fileGraphicFullName end |
Instance Attribute Details
#fileGraphicFullName ⇒ Object
Returns the value of attribute fileGraphicFullName.
543 544 545 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 543 def fileGraphicFullName @fileGraphicFullName end |
#position ⇒ Object
Returns the value of attribute position.
541 542 543 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 541 def position @position end |
#printerGraphicId ⇒ Object
Returns the value of attribute printerGraphicId.
542 543 544 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 542 def printerGraphicId @printerGraphicId end |