Class: SmartCore::Operation::ClassConstructor::Parameters Private
- Inherits:
-
Object
- Object
- SmartCore::Operation::ClassConstructor::Parameters
- Defined in:
- lib/smart_core/operation/class_constructor/parameters.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
- #type_system ⇒ String, Symbol readonly private
Instance Method Summary collapse
- #initialize(type_system:) ⇒ void constructor private
Constructor Details
#initialize(type_system:) ⇒ void
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
17 18 19 |
# File 'lib/smart_core/operation/class_constructor/parameters.rb', line 17 def initialize(type_system:) @type_system = type_system end |
Instance Attribute Details
#type_system ⇒ String, Symbol (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
10 11 12 |
# File 'lib/smart_core/operation/class_constructor/parameters.rb', line 10 def type_system @type_system end |