Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 450 Bytes

ReportCell.md

File metadata and controls

19 lines (12 loc) · 450 Bytes

XeroRuby::Accounting::ReportCell

Properties

Name Type Description Notes
value String [optional]
attributes Array<ReportAttribute> [optional]

Code Sample

require 'XeroRuby::Accounting'

instance = XeroRuby::Accounting::ReportCell.new(value: null,
                                 attributes: null)