Class: SmartCore::Container::Entities::Base Private

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

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.1.0



17
18
19
# File 'lib/smart_core/container/entities/base.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.1.0



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

def external_name
  @external_name
end

Instance Method Details

#revealAny

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:

  • (Any)

Since:

  • 0.1.0



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

def reveal; end