Class: Slate::Options
- Inherits:
-
Struct
- Object
- Struct
- Slate::Options
- Defined in:
- lib/slate.rb
Instance Attribute Summary collapse
-
#output_dir ⇒ Object
Returns the value of attribute output_dir.
-
#theme ⇒ Object
Returns the value of attribute theme.
Instance Attribute Details
#output_dir ⇒ Object
Returns the value of attribute output_dir
11 12 13 |
# File 'lib/slate.rb', line 11 def output_dir @output_dir end |
#theme ⇒ Object
Returns the value of attribute theme
11 12 13 |
# File 'lib/slate.rb', line 11 def theme @theme end |