Class: Webdrone::Conf

Inherits:
Object
  • Object
show all
Defined in:
lib/webdrone/conf.rb,
lib/webdrone/logg.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#a0Object (readonly)

Returns the value of attribute a0.



12
13
14
# File 'lib/webdrone/conf.rb', line 12

def a0
  @a0
end

#developerObject

Returns the value of attribute developer.



11
12
13
# File 'lib/webdrone/conf.rb', line 11

def developer
  @developer
end

#errorObject

Returns the value of attribute error.



12
13
14
# File 'lib/webdrone/conf.rb', line 12

def error
  @error
end

#loggerObject

Returns the value of attribute logger.



11
12
13
# File 'lib/webdrone/conf.rb', line 11

def logger
  @logger
end

#outdirObject

Returns the value of attribute outdir.



12
13
14
# File 'lib/webdrone/conf.rb', line 12

def outdir
  @outdir
end

#timeoutObject

Returns the value of attribute timeout.



12
13
14
# File 'lib/webdrone/conf.rb', line 12

def timeout
  @timeout
end