Module: Gecode::EnumMethods
- Included in:
- FixnumEnumMethods, VariableEnumMethods
- Defined in:
- lib/gecoder/interface/enum_wrapper.rb
Overview
A module containing the methods needed by enumerations containing operands.
Instance Attribute Summary collapse
-
#model ⇒ Object
:nodoc:.
Instance Method Summary collapse
-
#active_space ⇒ Object
Gets the current space of the model the array is connected to.
Instance Attribute Details
#model ⇒ Object
:nodoc:
48 49 50 |
# File 'lib/gecoder/interface/enum_wrapper.rb', line 48 def model @model end |
Instance Method Details
#active_space ⇒ Object
Gets the current space of the model the array is connected to.
50 51 52 |
# File 'lib/gecoder/interface/enum_wrapper.rb', line 50 def active_space @model.active_space end |