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.
-
#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.
23 24 25 |
# File 'lib/captureful_formatter.rb', line 23 def output_directory @output_directory end |
#target_type ⇒ Object
what types to take screenshot
28 29 30 |
# File 'lib/captureful_formatter.rb', line 28 def target_type @target_type end |
#template_path ⇒ Object
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
#logger ⇒ Object
32 33 34 |
# File 'lib/captureful_formatter.rb', line 32 def logger @logger ||= default_logger end |