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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end