Class: Webdrone::Conf
- Inherits:
-
Object
- Object
- Webdrone::Conf
- Defined in:
- lib/webdrone/conf.rb,
lib/webdrone/logg.rb
Instance Attribute Summary collapse
-
#a0 ⇒ Object
readonly
Returns the value of attribute a0.
-
#developer ⇒ Object
Returns the value of attribute developer.
-
#error ⇒ Object
Returns the value of attribute error.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#outdir ⇒ Object
Returns the value of attribute outdir.
-
#parent ⇒ Object
Returns the value of attribute parent.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
Instance Method Summary collapse
-
#initialize(a0) ⇒ Conf
constructor
A new instance of Conf.
Constructor Details
#initialize(a0) ⇒ Conf
Returns a new instance of Conf.
14 15 16 17 18 |
# File 'lib/webdrone/conf.rb', line 14 def initialize(a0) @a0 = a0 @outdir = '.' @error = :raise_report end |
Instance Attribute Details
#a0 ⇒ Object (readonly)
Returns the value of attribute a0.
12 13 14 |
# File 'lib/webdrone/conf.rb', line 12 def a0 @a0 end |
#developer ⇒ Object
Returns the value of attribute developer.
11 12 13 |
# File 'lib/webdrone/conf.rb', line 11 def developer @developer end |
#error ⇒ Object
Returns the value of attribute error.
12 13 14 |
# File 'lib/webdrone/conf.rb', line 12 def error @error end |
#logger ⇒ Object
Returns the value of attribute logger.
11 12 13 |
# File 'lib/webdrone/conf.rb', line 11 def logger @logger end |
#outdir ⇒ Object
Returns the value of attribute outdir.
12 13 14 |
# File 'lib/webdrone/conf.rb', line 12 def outdir @outdir end |
#parent ⇒ Object
Returns the value of attribute parent.
11 12 13 |
# File 'lib/webdrone/conf.rb', line 11 def parent @parent end |
#timeout ⇒ Object
Returns the value of attribute timeout.
12 13 14 |
# File 'lib/webdrone/conf.rb', line 12 def timeout @timeout end |