Class: LanGrove::Base
- Inherits:
-
Object
- Object
- LanGrove::Base
- Defined in:
- lib/langrove/root/root_base.rb
Direct Known Subclasses
Adaptor::Base, LanGrove::Behaviour::Assessable, LanGrove::Behaviour::Base, LanGrove::Behaviour::Enqueueable, LanGrove::Behaviour::Notifiable, LanGrove::Behaviour::Persistable, LanGrove::Behaviour::Preloadable, Daemon::Base, Metrix::Base, Plugin::Assessor, Plugin::Base, Plugin::DataSource, Plugin::Enqueuer, Plugin::Notifier, Protocol::Base, Server::Base
Instance Attribute Summary collapse
-
#logger ⇒ Object
Returns the value of attribute logger.
Instance Method Summary collapse
- #config_exception(error) ⇒ Object
-
#initialize(root) ⇒ Base
constructor
A new instance of Base.
- #type ⇒ Object
Constructor Details
Instance Attribute Details
#logger ⇒ Object
Returns the value of attribute logger.
5 6 7 |
# File 'lib/langrove/root/root_base.rb', line 5 def logger @logger end |
Instance Method Details
#config_exception(error) ⇒ Object
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
# File 'lib/langrove/root/root_base.rb', line 20 def config_exception( error ) # # Raise the house down. # raise LanGrove::DaemonConfigException.new( error ) # # "They call, the Rising, Sun" # end |
#type ⇒ Object
14 15 16 17 18 |
# File 'lib/langrove/root/root_base.rb', line 14 def type @type end |