Class: Orbacle::Graph::Metod

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

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



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

def args
  @args
end

#caller_nodeObject

Returns the value of attribute caller_node

Returns:

  • (Object)

    the current value of caller_node



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

def caller_node
  @caller_node
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



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

def result
  @result
end

#yieldsObject

Returns the value of attribute yields

Returns:

  • (Object)

    the current value of yields



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

def yields
  @yields
end

#zsupersObject

Returns the value of attribute zsupers

Returns:

  • (Object)

    the current value of zsupers



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

def zsupers
  @zsupers
end