Class: Smartdown::Model::Element::Conditional
- Inherits:
-
Struct
- Object
- Struct
- Smartdown::Model::Element::Conditional
- Defined in:
- lib/smartdown/model/element/conditional.rb
Instance Attribute Summary collapse
-
#false_case ⇒ Object
Returns the value of attribute false_case.
-
#predicate ⇒ Object
Returns the value of attribute predicate.
-
#true_case ⇒ Object
Returns the value of attribute true_case.
Instance Attribute Details
#false_case ⇒ Object
Returns the value of attribute false_case
4 5 6 |
# File 'lib/smartdown/model/element/conditional.rb', line 4 def false_case @false_case end |
#predicate ⇒ Object
Returns the value of attribute predicate
4 5 6 |
# File 'lib/smartdown/model/element/conditional.rb', line 4 def predicate @predicate end |
#true_case ⇒ Object
Returns the value of attribute true_case
4 5 6 |
# File 'lib/smartdown/model/element/conditional.rb', line 4 def true_case @true_case end |