Class: Undine::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/undine/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_forObject

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_fromObject

Returns the value of attribute query_message_from.



13
14
15
# File 'lib/undine/configuration.rb', line 13

def query_message_from
  @query_message_from
end