Class: Undine::Configuration
- Inherits:
-
Object
- Object
- Undine::Configuration
- Defined in:
- lib/undine/configuration.rb
Instance Attribute Summary collapse
-
#except_for ⇒ Object
Returns the value of attribute except_for.
-
#query_message_from ⇒ Object
Returns the value of attribute query_message_from.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
16 17 18 19 |
# File 'lib/undine/configuration.rb', line 16 def initialize @query_message_from = :message.to_proc @except_for = SystemExit end |
Instance Attribute Details
#except_for ⇒ Object
Returns the value of attribute except_for.
14 15 16 |
# File 'lib/undine/configuration.rb', line 14 def except_for @except_for end |
#query_message_from ⇒ Object
Returns the value of attribute query_message_from.
13 14 15 |
# File 'lib/undine/configuration.rb', line 13 def @query_message_from end |