Class: Usher::Node::Terminates
- Inherits:
-
Struct
- Object
- Struct
- Usher::Node::Terminates
- Defined in:
- lib/usher/node.rb
Instance Attribute Summary collapse
-
#choices ⇒ Object
Returns the value of attribute choices.
-
#default ⇒ Object
Returns the value of attribute default.
Instance Attribute Details
#choices ⇒ Object
Returns the value of attribute choices
24 25 26 |
# File 'lib/usher/node.rb', line 24 def choices @choices end |
#default ⇒ Object
Returns the value of attribute default
24 25 26 |
# File 'lib/usher/node.rb', line 24 def default @default end |