Class: Ambling::Line::Settings::Values

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/ambling/line.rb

Overview

VALUES

Defined Under Namespace

Classes: X, YLeft, YRight

Constant Summary collapse

VALUES =
[:x,:y_left,:y_right]

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#build_xml, #initialize, #populate, #to_xml

Instance Attribute Details

#xObject

x axis



524
525
526
# File 'lib/ambling/line.rb', line 524

def x
  @x
end

#y_leftObject

y left axis



529
530
531
# File 'lib/ambling/line.rb', line 529

def y_left
  @y_left
end

#y_rightObject

y right axis



534
535
536
# File 'lib/ambling/line.rb', line 534

def y_right
  @y_right
end