Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 653 Bytes

File metadata and controls

23 lines (16 loc) · 653 Bytes

XeroRuby::Accounting::ReportRows

Properties

Name Type Description Notes
row_type RowType [optional]
title String [optional]
cells Array<ReportCell> [optional]
rows Array<ReportRow> [optional]

Code Sample

require 'XeroRuby::Accounting'

instance = XeroRuby::Accounting::ReportRows.new(row_type: null,
                                 title: null,
                                 cells: null,
                                 rows: null)