Class: FedexWebServices::Soap::Rate::CustomLabelBoxEntry

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CustomLabelBoxEntry.



508
509
510
511
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 508

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

Instance Attribute Details

#bottomRightCornerObject

Returns the value of attribute bottomRightCorner.



506
507
508
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 506

def bottomRightCorner
  @bottomRightCorner
end

#topLeftCornerObject

Returns the value of attribute topLeftCorner.



505
506
507
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 505

def topLeftCorner
  @topLeftCorner
end