Class: Yass::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/yass/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cleanObject

Returns the value of attribute clean

Returns:

  • (Object)

    the current value of clean



2
3
4
# File 'lib/yass/config.rb', line 2

def clean
  @clean
end

#cwdObject

Returns the value of attribute cwd

Returns:

  • (Object)

    the current value of cwd



2
3
4
# File 'lib/yass/config.rb', line 2

def cwd
  @cwd
end

#debugObject

Returns the value of attribute debug

Returns:

  • (Object)

    the current value of debug



2
3
4
# File 'lib/yass/config.rb', line 2

def debug
  @debug
end

#destObject

Returns the value of attribute dest

Returns:

  • (Object)

    the current value of dest



2
3
4
# File 'lib/yass/config.rb', line 2

def dest
  @dest
end

#include_draftsObject

Returns the value of attribute include_drafts

Returns:

  • (Object)

    the current value of include_drafts



2
3
4
# File 'lib/yass/config.rb', line 2

def include_drafts
  @include_drafts
end

#layoutsObject

Returns the value of attribute layouts

Returns:

  • (Object)

    the current value of layouts



2
3
4
# File 'lib/yass/config.rb', line 2

def layouts
  @layouts
end

#srcObject

Returns the value of attribute src

Returns:

  • (Object)

    the current value of src



2
3
4
# File 'lib/yass/config.rb', line 2

def src
  @src
end

#stderrObject

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



2
3
4
# File 'lib/yass/config.rb', line 2

def stderr
  @stderr
end

#stdoutObject

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



2
3
4
# File 'lib/yass/config.rb', line 2

def stdout
  @stdout
end

#strip_indexObject

Returns the value of attribute strip_index

Returns:

  • (Object)

    the current value of strip_index



2
3
4
# File 'lib/yass/config.rb', line 2

def strip_index
  @strip_index
end

#templatesObject

Returns the value of attribute templates

Returns:

  • (Object)

    the current value of templates



2
3
4
# File 'lib/yass/config.rb', line 2

def templates
  @templates
end