Class: Ambling::Xy::Settings::Values

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

Overview

VALUES

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



405
406
407
# File 'lib/ambling/xy.rb', line 405

def x
  @x
end

#yObject

y axis



410
411
412
# File 'lib/ambling/xy.rb', line 410

def y
  @y
end