Class: Ambling::Xy::Settings::Axes
- Inherits:
-
Object
- Object
- Ambling::Xy::Settings::Axes
- Includes:
- Base
- Defined in:
- lib/ambling/xy.rb
Overview
axes
Defined Under Namespace
Constant Summary collapse
- VALUES =
[:x,:y]
Instance Attribute Summary collapse
-
#x ⇒ Object
x axis.
-
#y ⇒ Object
y axis.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#x ⇒ Object
x axis
598 599 600 |
# File 'lib/ambling/xy.rb', line 598 def x @x end |
#y ⇒ Object
y axis
603 604 605 |
# File 'lib/ambling/xy.rb', line 603 def y @y end |