Class: FedexWebServices::Soap::Ship::CustomLabelGraphicEntry
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::CustomLabelGraphicEntry
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12CustomLabelGraphicEntry
position - FedexWebServices::Soap::Ship::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.
864 865 866 867 868 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 864 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.
862 863 864 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 862 def fileGraphicFullName @fileGraphicFullName end |
#position ⇒ Object
Returns the value of attribute position.
860 861 862 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 860 def position @position end |
#printerGraphicId ⇒ Object
Returns the value of attribute printerGraphicId.
861 862 863 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 861 def printerGraphicId @printerGraphicId end |