Class: Ambling::Xy::Settings::Grid

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

Overview

GRID

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 grid



297
298
299
# File 'lib/ambling/xy.rb', line 297

def x
  @x
end

#yObject

y axis grid



302
303
304
# File 'lib/ambling/xy.rb', line 302

def y
  @y
end