Sha256: 7fe983520f21c4958fb05ab688cc1c01b76f9e44c0b956c61a709b73c9024151
Contents?: true
Size: 382 Bytes
Versions: 2
Compression:
Stored size: 382 Bytes
Contents
# frozen_string_literal: true # @api private # @since 0.1.0 class SmartCore::Operation::ClassConstructor::Parameters # @return [String, Symbol] # # @api private # @since 0.1.0 attr_reader :type_system # @param type_system [String, Symbol] # @return [void] # # @api private # @since 0.1.0 def initialize(type_system:) @type_system = type_system end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
smart_operation-0.2.0 | lib/smart_core/operation/class_constructor/parameters.rb |
smart_operation-0.1.0 | lib/smart_core/operation/class_constructor/parameters.rb |