Class: CapturefulFormatter::Configuration
- Inherits:
-
Object
- Object
- CapturefulFormatter::Configuration
- Defined in:
- lib/captureful_formatter.rb
Instance Attribute Summary collapse
-
#output_directory ⇒ Object
Returns the value of attribute output_directory.
-
#project_name ⇒ Object
Returns the value of attribute project_name.
-
#target_type ⇒ Object
what types to take screenshot.
-
#template_path ⇒ Object
Returns the value of attribute template_path.
Instance Method Summary collapse
Instance Attribute Details
#output_directory ⇒ Object
Returns the value of attribute output_directory.
26 27 28 |
# File 'lib/captureful_formatter.rb', line 26 def output_directory @output_directory end |
#project_name ⇒ Object
Returns the value of attribute project_name.
24 25 26 |
# File 'lib/captureful_formatter.rb', line 24 def project_name @project_name end |
#target_type ⇒ Object
what types to take screenshot
31 32 33 |
# File 'lib/captureful_formatter.rb', line 31 def target_type @target_type end |
#template_path ⇒ Object
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
#logger ⇒ Object
35 36 37 |
# File 'lib/captureful_formatter.rb', line 35 def logger @logger ||= default_logger end |