Class: SmartCore::Container::Entities::Base Private
- Inherits:
-
Object
- Object
- SmartCore::Container::Entities::Base
- 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.
Direct Known Subclasses
Instance Attribute Summary collapse
- #external_name ⇒ String readonly private
Instance Method Summary collapse
- #initialize(external_name) ⇒ void constructor private
- #reveal ⇒ Any private
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.
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_name ⇒ String (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.
10 11 12 |
# File 'lib/smart_core/container/entities/base.rb', line 10 def external_name @external_name end |
Instance Method Details
#reveal ⇒ Any
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.
25 |
# File 'lib/smart_core/container/entities/base.rb', line 25 def reveal; end |