Class: Ambling::Line::Settings::Graphs

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/ambling/line.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



1577
1578
1579
# File 'lib/ambling/line.rb', line 1577

def graph
  @graph
end