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.



26
27
28
# File 'lib/captureful_formatter.rb', line 26

def output_directory
  @output_directory
end

#project_nameObject

Returns the value of attribute project_name.



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

def project_name
  @project_name
end

#target_typeObject

what types to take screenshot



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

def target_type
  @target_type
end

#template_pathObject

Returns the value of attribute template_path.



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

def template_path
  @template_path
end

Instance Method Details

#loggerObject



35
36
37
# File 'lib/captureful_formatter.rb', line 35

def logger
  @logger ||= default_logger
end