Class: SmartCore::Container::Entity Private

Inherits:
Object
  • Object
show all
Defined in:
lib/smart_core/container/entity.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.5.0

Direct Known Subclasses

Dependency, Namespace

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(external_name) ⇒ 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:

  • external_name (String)

Since:

  • 0.5.0



17
18
19
# File 'lib/smart_core/container/entity.rb', line 17

def initialize(external_name)
  @external_name = external_name
end

Instance Attribute Details

#external_nameString (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)

Since:

  • 0.5.0



10
11
12
# File 'lib/smart_core/container/entity.rb', line 10

def external_name
  @external_name
end

Instance Method Details

#callvoid

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.

This method returns an undefined value.

Since:

  • 0.5.0



25
# File 'lib/smart_core/container/entity.rb', line 25

def call; end