Class: Slate::Options

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

Instance Attribute Summary collapse

Instance Attribute Details

#output_dirObject

Returns the value of attribute output_dir

Returns:

  • (Object)

    the current value of output_dir



11
12
13
# File 'lib/slate.rb', line 11

def output_dir
  @output_dir
end

#themeObject

Returns the value of attribute theme

Returns:

  • (Object)

    the current value of theme



11
12
13
# File 'lib/slate.rb', line 11

def theme
  @theme
end