Class: Ambling::Xy::Settings::Graphs

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

Overview

if graph settings are defined both here and in data file, the ones from data file are used

Defined Under Namespace

Classes: Graph

Constant Summary collapse

VALUES =
[:graph]

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#build_xml, #initialize, #populate, #to_xml

Instance Attribute Details

#graphObject

if you are using XML data file, graph “gid” must match graph “gid” in data file



1427
1428
1429
# File 'lib/ambling/xy.rb', line 1427

def graph
  @graph
end