Class: Ambling::Xy::Settings::Values
- Inherits:
-
Object
- Object
- Ambling::Xy::Settings::Values
- Includes:
- Base
- Defined in:
- lib/ambling/xy.rb
Overview
VALUES
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
405 406 407 |
# File 'lib/ambling/xy.rb', line 405 def x @x end |
#y ⇒ Object
y axis
410 411 412 |
# File 'lib/ambling/xy.rb', line 410 def y @y end |