Class: Kie::ModelDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/kie/model_definition.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeModelDefinition

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

#categoryObject

Returns the value of attribute category

Returns:

  • (Object)

    the current value of category



4
5
6
# File 'lib/kie/model_definition.rb', line 4

def category
  @category
end

#input_constraintsObject

Returns the value of attribute input_constraints

Returns:

  • (Object)

    the current value of input_constraints



4
5
6
# File 'lib/kie/model_definition.rb', line 4

def input_constraints
  @input_constraints
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/kie/model_definition.rb', line 4

def name
  @name
end

#parametersObject

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



4
5
6
# File 'lib/kie/model_definition.rb', line 4

def parameters
  @parameters
end