Module: Axlsx::Accessors
- Included in:
- Break, Comment, DLbls, DefinedName, HeaderFooter, OutlinePr, PictureLocking, PrintOptions, Row, SheetCalcPr, SheetFormatPr, SheetPr, SheetProtection, SheetView, TableStyleInfo, VmlShape, WorkbookView, WorksheetHyperlink
- Defined in:
- lib/axlsx/util/accessors.rb
Overview
This module defines some of the more common validating attribute accessors that we use in Axlsx
When this module is included in your class you can simply call
string_attr_access :foo
To generate a new, validating set of accessors for foo.
Defined Under Namespace
Modules: ClassMethods