Class: Ambling::Line::Settings::Values
- Inherits:
-
Object
- Object
- Ambling::Line::Settings::Values
- Includes:
- Base
- Defined in:
- lib/ambling/line.rb
Overview
VALUES
Defined Under Namespace
Constant Summary collapse
- VALUES =
[:x,:y_left,:y_right]
Instance Attribute Summary collapse
-
#x ⇒ Object
x axis.
-
#y_left ⇒ Object
y left axis.
-
#y_right ⇒ Object
y right axis.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#x ⇒ Object
x axis
524 525 526 |
# File 'lib/ambling/line.rb', line 524 def x @x end |
#y_left ⇒ Object
y left axis
529 530 531 |
# File 'lib/ambling/line.rb', line 529 def y_left @y_left end |
#y_right ⇒ Object
y right axis
534 535 536 |
# File 'lib/ambling/line.rb', line 534 def y_right @y_right end |