Class: Orbacle::Graph::MetodGraph

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

Instance Attribute Summary collapse

Instance Attribute Details

#all_edgesObject

Returns the value of attribute all_edges

Returns:

  • (Object)

    the current value of all_edges



10
11
12
# File 'lib/orbacle/graph.rb', line 10

def all_edges
  @all_edges
end

#all_nodesObject

Returns the value of attribute all_nodes

Returns:

  • (Object)

    the current value of all_nodes



10
11
12
# File 'lib/orbacle/graph.rb', line 10

def all_nodes
  @all_nodes
end

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



10
11
12
# File 'lib/orbacle/graph.rb', line 10

def args
  @args
end

#caller_nodeObject

Returns the value of attribute caller_node

Returns:

  • (Object)

    the current value of caller_node



10
11
12
# File 'lib/orbacle/graph.rb', line 10

def caller_node
  @caller_node
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



10
11
12
# File 'lib/orbacle/graph.rb', line 10

def result
  @result
end

#yieldsObject

Returns the value of attribute yields

Returns:

  • (Object)

    the current value of yields



10
11
12
# File 'lib/orbacle/graph.rb', line 10

def yields
  @yields
end