Class: Yass::Config
- Inherits:
-
Struct
- Object
- Struct
- Yass::Config
- Defined in:
- lib/yass/config.rb
Instance Attribute Summary collapse
-
#clean ⇒ Object
Returns the value of attribute clean.
-
#cwd ⇒ Object
Returns the value of attribute cwd.
-
#debug ⇒ Object
Returns the value of attribute debug.
-
#dest ⇒ Object
Returns the value of attribute dest.
-
#include_drafts ⇒ Object
Returns the value of attribute include_drafts.
-
#layouts ⇒ Object
Returns the value of attribute layouts.
-
#src ⇒ Object
Returns the value of attribute src.
-
#stderr ⇒ Object
Returns the value of attribute stderr.
-
#stdout ⇒ Object
Returns the value of attribute stdout.
-
#strip_index ⇒ Object
Returns the value of attribute strip_index.
-
#templates ⇒ Object
Returns the value of attribute templates.
Instance Attribute Details
#clean ⇒ Object
Returns the value of attribute clean
2 3 4 |
# File 'lib/yass/config.rb', line 2 def clean @clean end |
#cwd ⇒ Object
Returns the value of attribute cwd
2 3 4 |
# File 'lib/yass/config.rb', line 2 def cwd @cwd end |
#debug ⇒ Object
Returns the value of attribute debug
2 3 4 |
# File 'lib/yass/config.rb', line 2 def debug @debug end |
#dest ⇒ Object
Returns the value of attribute dest
2 3 4 |
# File 'lib/yass/config.rb', line 2 def dest @dest end |
#include_drafts ⇒ Object
Returns the value of attribute include_drafts
2 3 4 |
# File 'lib/yass/config.rb', line 2 def include_drafts @include_drafts end |
#layouts ⇒ Object
Returns the value of attribute layouts
2 3 4 |
# File 'lib/yass/config.rb', line 2 def layouts @layouts end |
#src ⇒ Object
Returns the value of attribute src
2 3 4 |
# File 'lib/yass/config.rb', line 2 def src @src end |
#stderr ⇒ Object
Returns the value of attribute stderr
2 3 4 |
# File 'lib/yass/config.rb', line 2 def stderr @stderr end |
#stdout ⇒ Object
Returns the value of attribute stdout
2 3 4 |
# File 'lib/yass/config.rb', line 2 def stdout @stdout end |
#strip_index ⇒ Object
Returns the value of attribute strip_index
2 3 4 |
# File 'lib/yass/config.rb', line 2 def strip_index @strip_index end |
#templates ⇒ Object
Returns the value of attribute templates
2 3 4 |
# File 'lib/yass/config.rb', line 2 def templates @templates end |