Module: SmartCore::Initializer::InitializationDSL::ClassMethods Private

Defined in:
lib/smart_core/initializer/initialization_dsl.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Since:

  • 0.5.0

Instance Method Summary collapse

Instance Method Details

#__attr_definer__SmartCore::Initializer::AttributeDefiner

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.



92
93
94
# File 'lib/smart_core/initializer/initialization_dsl.rb', line 92

def __attr_definer__
  @__attr_definer__
end

#__initialization_extension_definer__SmartCore::Initializer::ExtensionDefiner

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.



108
109
110
# File 'lib/smart_core/initializer/initialization_dsl.rb', line 108

def __initialization_extension_definer__
  @__initialization_extension_definer__
end

#__initialization_extensions__SmartCore::Initializer::ExtensionSet

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:

Since:

  • 0.5.0



100
101
102
# File 'lib/smart_core/initializer/initialization_dsl.rb', line 100

def __initialization_extensions__
  @__initialization_extensions__
end

#__options__SmartCore::Initializer::AttributeSet

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:

Since:

  • 0.5.0



84
85
86
# File 'lib/smart_core/initializer/initialization_dsl.rb', line 84

def __options__
  @__options__
end

#__params__SmartCore::Initializer::AttributeSet

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:

Since:

  • 0.5.0



76
77
78
# File 'lib/smart_core/initializer/initialization_dsl.rb', line 76

def __params__
  @__params__
end