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