Class: LittleGhost::Graph::Node

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

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#assemblyObject (readonly)

Returns the value of attribute assembly

Returns:

  • (Object)

    the current value of assembly



44
45
46
# File 'lib/little_ghost/graph.rb', line 44

def assembly
  @assembly
end

#inherit_contextObject (readonly)

Returns the value of attribute inherit_context

Returns:

  • (Object)

    the current value of inherit_context



44
45
46
# File 'lib/little_ghost/graph.rb', line 44

def inherit_context
  @inherit_context
end

#inherit_historyObject (readonly)

Returns the value of attribute inherit_history

Returns:

  • (Object)

    the current value of inherit_history



44
45
46
# File 'lib/little_ghost/graph.rb', line 44

def inherit_history
  @inherit_history
end

#input_mapperObject (readonly)

Returns the value of attribute input_mapper

Returns:

  • (Object)

    the current value of input_mapper



44
45
46
# File 'lib/little_ghost/graph.rb', line 44

def input_mapper
  @input_mapper
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



44
45
46
# File 'lib/little_ghost/graph.rb', line 44

def name
  @name
end

#policiesObject (readonly)

Returns the value of attribute policies

Returns:

  • (Object)

    the current value of policies



44
45
46
# File 'lib/little_ghost/graph.rb', line 44

def policies
  @policies
end