Class: FedexWebServices::Soap::Ship::CustomLabelBoxEntry

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/ShipServiceDefinitions.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(topLeftCorner = nil, bottomRightCorner = nil) ⇒ CustomLabelBoxEntry

Returns a new instance of CustomLabelBoxEntry.



827
828
829
830
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 827

def initialize(topLeftCorner = nil, bottomRightCorner = nil)
  @topLeftCorner = topLeftCorner
  @bottomRightCorner = bottomRightCorner
end

Instance Attribute Details

#bottomRightCornerObject

Returns the value of attribute bottomRightCorner.



825
826
827
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 825

def bottomRightCorner
  @bottomRightCorner
end

#topLeftCornerObject

Returns the value of attribute topLeftCorner.



824
825
826
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 824

def topLeftCorner
  @topLeftCorner
end