Class: SmartCore::Operation::ClassConstructor::Parameters Private

Inherits:
Object
  • Object
show all
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.

Since:

  • 0.1.0

Instance Attribute Summary collapse

Instance Method Summary collapse

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.

Parameters:

  • type_system (String, Symbol)

Since:

  • 0.1.0



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_systemString, 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.

Returns:

  • (String, Symbol)

Since:

  • 0.1.0



10
11
12
# File 'lib/smart_core/operation/class_constructor/parameters.rb', line 10

def type_system
  @type_system
end