Class: Ambling::Xy::Settings::Axes

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

Overview

axes

Defined Under Namespace

Classes: X, Y

Constant Summary collapse

VALUES =
[:x,:y]

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#build_xml, #initialize, #populate, #to_xml

Instance Attribute Details

#xObject

x axis



598
599
600
# File 'lib/ambling/xy.rb', line 598

def x
  @x
end

#yObject

y axis



603
604
605
# File 'lib/ambling/xy.rb', line 603

def y
  @y
end