Class: Shipping::FedExShipService::LabelPrintingOrientationType

Inherits:
String
  • Object
show all
Defined in:
app/services/shipping/fed_ex_ship_service.rb

Overview

href="http://fedex.com/ws/ship/v7%7DLabelPrintingOrientationType">http://fedex.com/ws/ship/v7LabelPrintingOrientationType

Constant Summary collapse

BOTTOM_EDGE_OF_TEXT_FIRST =
LabelPrintingOrientationType.new("BOTTOM_EDGE_OF_TEXT_FIRST")
TOP_EDGE_OF_TEXT_FIRST =
LabelPrintingOrientationType.new("TOP_EDGE_OF_TEXT_FIRST")