Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 527 Bytes

Carriers.md

File metadata and controls

21 lines (14 loc) · 527 Bytes

DearInventoryRuby::Carriers

Properties

Name Type Description Notes
total Float Total [optional]
page Float Page [optional]
carrier_list Array<Carrier> Array of Carriers [optional]

Code Sample

require 'DearInventoryRuby'

instance = DearInventoryRuby::Carriers.new(total: nil,
                                 page: nil,
                                 carrier_list: nil)