Class: LittleGhost::Graph::Node
- Inherits:
-
Data
- Object
- Data
- LittleGhost::Graph::Node
- Defined in:
- lib/little_ghost/graph.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#assembly ⇒ Object
readonly
Returns the value of attribute assembly.
-
#inherit_context ⇒ Object
readonly
Returns the value of attribute inherit_context.
-
#inherit_history ⇒ Object
readonly
Returns the value of attribute inherit_history.
-
#input_mapper ⇒ Object
readonly
Returns the value of attribute input_mapper.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#policies ⇒ Object
readonly
Returns the value of attribute policies.
Instance Attribute Details
#assembly ⇒ Object (readonly)
Returns the value of attribute assembly
44 45 46 |
# File 'lib/little_ghost/graph.rb', line 44 def assembly @assembly end |
#inherit_context ⇒ Object (readonly)
Returns the value of attribute inherit_context
44 45 46 |
# File 'lib/little_ghost/graph.rb', line 44 def inherit_context @inherit_context end |
#inherit_history ⇒ Object (readonly)
Returns the value of attribute inherit_history
44 45 46 |
# File 'lib/little_ghost/graph.rb', line 44 def inherit_history @inherit_history end |
#input_mapper ⇒ Object (readonly)
Returns the value of attribute input_mapper
44 45 46 |
# File 'lib/little_ghost/graph.rb', line 44 def input_mapper @input_mapper end |
#name ⇒ Object (readonly)
Returns the value of attribute name
44 45 46 |
# File 'lib/little_ghost/graph.rb', line 44 def name @name end |
#policies ⇒ Object (readonly)
Returns the value of attribute policies
44 45 46 |
# File 'lib/little_ghost/graph.rb', line 44 def policies @policies end |