Class: Browserly::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



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

def initialize
  @tmp_path = '../../tmp/screenshots'
end

Instance Attribute Details

#tmp_pathObject

Returns the value of attribute tmp_path.



3
4
5
# File 'lib/browserly/configuration.rb', line 3

def tmp_path
  @tmp_path
end