Class: ConvenientService::Common::Plugins::HasInternals::Commands::CreateInternalsClass
- Inherits:
-
Support::Command
- Object
- Support::Command
- ConvenientService::Common::Plugins::HasInternals::Commands::CreateInternalsClass
- Includes:
- Support::DependencyContainer::Import
- Defined in:
- lib/convenient_service/common/plugins/has_internals/commands/create_internals_class.rb
Instance Attribute Summary collapse
-
#entity_class ⇒ Object
readonly
Returns the value of attribute entity_class.
Instance Method Summary collapse
- #call ⇒ Class
- #initialize(entity_class:) ⇒ void constructor
Methods included from Support::DependencyContainer::Import
Methods inherited from Support::Command
Constructor Details
#initialize(entity_class:) ⇒ void
26 27 28 |
# File 'lib/convenient_service/common/plugins/has_internals/commands/create_internals_class.rb', line 26 def initialize(entity_class:) @entity_class = entity_class end |
Instance Attribute Details
#entity_class ⇒ Object (readonly)
Returns the value of attribute entity_class.
15 16 17 |
# File 'lib/convenient_service/common/plugins/has_internals/commands/create_internals_class.rb', line 15 def entity_class @entity_class end |