Class: CapturefulFormatter::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#output_directoryObject

Returns the value of attribute output_directory.



23
24
25
# File 'lib/captureful_formatter.rb', line 23

def output_directory
  @output_directory
end

#target_typeObject

what types to take screenshot



28
29
30
# File 'lib/captureful_formatter.rb', line 28

def target_type
  @target_type
end

#template_pathObject

Returns the value of attribute template_path.



30
31
32
# File 'lib/captureful_formatter.rb', line 30

def template_path
  @template_path
end

Instance Method Details

#loggerObject



32
33
34
# File 'lib/captureful_formatter.rb', line 32

def logger
  @logger ||= default_logger
end