Class: Ambling::Column::Settings::Grid
- Inherits:
-
Object
- Object
- Ambling::Column::Settings::Grid
- Includes:
- Base
- Defined in:
- lib/ambling/column.rb
Overview
GRID
Defined Under Namespace
Constant Summary collapse
- VALUES =
[:category,:value]
Instance Attribute Summary collapse
-
#category ⇒ Object
category axis grid.
-
#value ⇒ Object
value axis grid.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#category ⇒ Object
category axis grid
446 447 448 |
# File 'lib/ambling/column.rb', line 446 def category @category end |
#value ⇒ Object
value axis grid
451 452 453 |
# File 'lib/ambling/column.rb', line 451 def value @value end |