Class: Ambling::Column::Settings::Axes
- Inherits:
-
Object
- Object
- Ambling::Column::Settings::Axes
- Includes:
- Base
- Defined in:
- lib/ambling/column.rb
Overview
axes
Defined Under Namespace
Constant Summary collapse
- VALUES =
[:category,:value]
Instance Attribute Summary collapse
-
#category ⇒ Object
category axis.
-
#value ⇒ Object
value axis.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#category ⇒ Object
category axis
677 678 679 |
# File 'lib/ambling/column.rb', line 677 def category @category end |
#value ⇒ Object
value axis
682 683 684 |
# File 'lib/ambling/column.rb', line 682 def value @value end |