Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 418 Bytes

DimensionsRequest.md

File metadata and controls

22 lines (16 loc) · 418 Bytes

ClickAndDrop::DimensionsRequest

Properties

Name Type Description Notes
height_in_mms Integer
width_in_mms Integer
depth_in_mms Integer

Example

require 'click_and_drop'

instance = ClickAndDrop::DimensionsRequest.new(
  height_in_mms: null,
  width_in_mms: null,
  depth_in_mms: null
)