class FedexWebServices::Soap::Ship::CustomLabelBoxEntry
{fedex.com/ws/ship/v12}CustomLabelBoxEntry
topLeftCorner - FedexWebServices::Soap::Ship::CustomLabelPosition bottomRightCorner - FedexWebServices::Soap::Ship::CustomLabelPosition
Attributes
bottomRightCorner[RW]
topLeftCorner[RW]
Public Class Methods
new(topLeftCorner = nil, bottomRightCorner = nil)
click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 827 def initialize(topLeftCorner = nil, bottomRightCorner = nil) @topLeftCorner = topLeftCorner @bottomRightCorner = bottomRightCorner end