Class: Core::Services::Base
- Inherits:
-
Object
- Object
- Core::Services::Base
- Defined in:
- lib/core/services/base.rb
Instance Attribute Summary collapse
-
#services ⇒ Object
readonly
Returns the value of attribute services.
Instance Method Summary collapse
-
#initialize(registry) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(registry) ⇒ Base
Returns a new instance of Base.
6 7 8 |
# File 'lib/core/services/base.rb', line 6 def initialize(registry) @services = registry end |
Instance Attribute Details
#services ⇒ Object (readonly)
Returns the value of attribute services.
4 5 6 |
# File 'lib/core/services/base.rb', line 4 def services @services end |