Class: Rviz::SubGraph

Inherits:
Object
  • Object
show all
Defined in:
lib/rviz/graph.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name.



92
93
94
# File 'lib/rviz/graph.rb', line 92

def name
  @name
end

Instance Method Details

#graph_endObject



94
# File 'lib/rviz/graph.rb', line 94

def graph_end; "  }" end

#graph_startObject



93
# File 'lib/rviz/graph.rb', line 93

def graph_start; "  subgraph #{self.name} {" end