Module: DomainDriven::Repository
- Defined in:
- lib/domain_driven/repository.rb
Defined Under Namespace
Modules: ClassMethods
Instance Attribute Summary collapse
-
#logger ⇒ Object
Returns the value of attribute logger.
Instance Method Summary collapse
Instance Attribute Details
#logger ⇒ Object
Returns the value of attribute logger.
5 6 7 |
# File 'lib/domain_driven/repository.rb', line 5 def logger @logger end |
Instance Method Details
#to_s ⇒ Object
6 7 8 |
# File 'lib/domain_driven/repository.rb', line 6 def to_s "#{@name}" end |