Class: Orbacle::Graph::Metod
- Inherits:
-
Struct
- Object
- Struct
- Orbacle::Graph::Metod
- Defined in:
- lib/orbacle/graph.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#caller_node ⇒ Object
Returns the value of attribute caller_node.
-
#result ⇒ Object
Returns the value of attribute result.
-
#yields ⇒ Object
Returns the value of attribute yields.
-
#zsupers ⇒ Object
Returns the value of attribute zsupers.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
9 10 11 |
# File 'lib/orbacle/graph.rb', line 9 def args @args end |
#caller_node ⇒ Object
Returns the value of attribute caller_node
9 10 11 |
# File 'lib/orbacle/graph.rb', line 9 def caller_node @caller_node end |
#result ⇒ Object
Returns the value of attribute result
9 10 11 |
# File 'lib/orbacle/graph.rb', line 9 def result @result end |
#yields ⇒ Object
Returns the value of attribute yields
9 10 11 |
# File 'lib/orbacle/graph.rb', line 9 def yields @yields end |
#zsupers ⇒ Object
Returns the value of attribute zsupers
9 10 11 |
# File 'lib/orbacle/graph.rb', line 9 def zsupers @zsupers end |