Class: RRRSpec::Web::WebConfiguration

Inherits:
Configuration
  • Object
show all
Defined in:
lib/rrrspec/web/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeWebConfiguration

Returns a new instance of WebConfiguration.



7
8
9
10
# File 'lib/rrrspec/web/configuration.rb', line 7

def initialize
  super()
  @type = :web
end

Instance Attribute Details

#execute_log_text_pathObject

Returns the value of attribute execute_log_text_path.



4
5
6
# File 'lib/rrrspec/web/configuration.rb', line 4

def execute_log_text_path
  @execute_log_text_path
end

#persistence_dbObject

Returns the value of attribute persistence_db.



5
6
7
# File 'lib/rrrspec/web/configuration.rb', line 5

def persistence_db
  @persistence_db
end