Class: Ambling::Xy::Settings::Grid
- Inherits:
-
Object
- Object
- Ambling::Xy::Settings::Grid
- Includes:
- Base
- Defined in:
- lib/ambling/xy.rb
Overview
GRID
Defined Under Namespace
Constant Summary collapse
- VALUES =
[:x,:y]
Instance Attribute Summary collapse
-
#x ⇒ Object
x axis grid.
-
#y ⇒ Object
y axis grid.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#x ⇒ Object
x axis grid
297 298 299 |
# File 'lib/ambling/xy.rb', line 297 def x @x end |
#y ⇒ Object
y axis grid
302 303 304 |
# File 'lib/ambling/xy.rb', line 302 def y @y end |