Class: Kie::ModelDefinition
- Inherits:
-
Struct
- Object
- Struct
- Kie::ModelDefinition
- Defined in:
- lib/kie/model_definition.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#input_constraints ⇒ Object
Returns the value of attribute input_constraints.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
Instance Method Summary collapse
-
#initialize ⇒ ModelDefinition
constructor
A new instance of ModelDefinition.
Constructor Details
#initialize ⇒ ModelDefinition
Returns a new instance of ModelDefinition.
5 6 7 8 |
# File 'lib/kie/model_definition.rb', line 5 def initialize(...) super freeze end |
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category
4 5 6 |
# File 'lib/kie/model_definition.rb', line 4 def category @category end |
#input_constraints ⇒ Object
Returns the value of attribute input_constraints
4 5 6 |
# File 'lib/kie/model_definition.rb', line 4 def input_constraints @input_constraints end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/kie/model_definition.rb', line 4 def name @name end |
#parameters ⇒ Object
Returns the value of attribute parameters
4 5 6 |
# File 'lib/kie/model_definition.rb', line 4 def parameters @parameters end |