Class: CallableTree::Node::External::Output

Inherits:
Struct
  • Object
show all
Defined in:
lib/callable_tree/node/external/verbose.rb

Instance Attribute Summary collapse

Instance Attribute Details

#optionsObject

Returns the value of attribute options



6
7
8
# File 'lib/callable_tree/node/external/verbose.rb', line 6

def options
  @options
end

#routesObject

Returns the value of attribute routes



6
7
8
# File 'lib/callable_tree/node/external/verbose.rb', line 6

def routes
  @routes
end

#valueObject

Returns the value of attribute value



6
7
8
# File 'lib/callable_tree/node/external/verbose.rb', line 6

def value
  @value
end