Class: Usher::Node::Terminates

Inherits:
Struct
  • Object
show all
Defined in:
lib/usher/node.rb

Instance Attribute Summary collapse

Instance Attribute Details

#choicesObject

Returns the value of attribute choices

Returns:

  • (Object)

    the current value of choices



24
25
26
# File 'lib/usher/node.rb', line 24

def choices
  @choices
end

#defaultObject

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



24
25
26
# File 'lib/usher/node.rb', line 24

def default
  @default
end