Class: Smartdown::Model::Rule

Inherits:
Struct
  • Object
show all
Defined in:
lib/smartdown/model/rule.rb

Instance Attribute Summary collapse

Instance Attribute Details

#outcomeObject

Returns the value of attribute outcome

Returns:

  • (Object)

    the current value of outcome



3
4
5
# File 'lib/smartdown/model/rule.rb', line 3

def outcome
  @outcome
end

#predicateObject

Returns the value of attribute predicate

Returns:

  • (Object)

    the current value of predicate



3
4
5
# File 'lib/smartdown/model/rule.rb', line 3

def predicate
  @predicate
end