Class: Webdrone::Conf

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(a0) ⇒ Conf

Returns a new instance of Conf.



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

def initialize(a0)
  @a0 = a0
  @outdir = "."
  @error = :raise_report
end

Instance Attribute Details

#a0Object

Returns the value of attribute a0.



9
10
11
# File 'lib/webdrone/conf.rb', line 9

def a0
  @a0
end

#developerObject

Returns the value of attribute developer.



9
10
11
# File 'lib/webdrone/conf.rb', line 9

def developer
  @developer
end

#errorObject

Returns the value of attribute error.



9
10
11
# File 'lib/webdrone/conf.rb', line 9

def error
  @error
end

#outdirObject

Returns the value of attribute outdir.



9
10
11
# File 'lib/webdrone/conf.rb', line 9

def outdir
  @outdir
end

#timeoutObject

Returns the value of attribute timeout.



9
10
11
# File 'lib/webdrone/conf.rb', line 9

def timeout
  @timeout
end