Class: Smartdown::Model::Rule
- Inherits:
-
Struct
- Object
- Struct
- Smartdown::Model::Rule
- Defined in:
- lib/smartdown/model/rule.rb
Instance Attribute Summary collapse
-
#outcome ⇒ Object
Returns the value of attribute outcome.
-
#predicate ⇒ Object
Returns the value of attribute predicate.
Instance Attribute Details
#outcome ⇒ Object
Returns the value of attribute outcome
3 4 5 |
# File 'lib/smartdown/model/rule.rb', line 3 def outcome @outcome end |
#predicate ⇒ Object
Returns the value of attribute predicate
3 4 5 |
# File 'lib/smartdown/model/rule.rb', line 3 def predicate @predicate end |