Class: CallableTree::Node::External::Output
- Inherits:
-
Struct
- Object
- Struct
- CallableTree::Node::External::Output
- Defined in:
- lib/callable_tree/node/external/verbose.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
-
#routes ⇒ Object
Returns the value of attribute routes.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options
6 7 8 |
# File 'lib/callable_tree/node/external/verbose.rb', line 6 def @options end |
#routes ⇒ Object
Returns the value of attribute routes
6 7 8 |
# File 'lib/callable_tree/node/external/verbose.rb', line 6 def routes @routes end |
#value ⇒ Object
Returns the value of attribute value
6 7 8 |
# File 'lib/callable_tree/node/external/verbose.rb', line 6 def value @value end |