Module: SassProf::Config
Instance Attribute Summary collapse
-
#color ⇒ Object
Returns the value of attribute color.
-
#ignore ⇒ Object
(also: #ignore_actions)
Returns the value of attribute ignore.
-
#max_width ⇒ Object
Returns the value of attribute max_width.
-
#output_file ⇒ Object
Returns the value of attribute output_file.
-
#precision ⇒ Object
Returns the value of attribute precision.
-
#quiet ⇒ Object
Returns the value of attribute quiet.
-
#subtotal ⇒ Object
Returns the value of attribute subtotal.
-
#t_max ⇒ Object
(also: #max_execution_time)
Returns the value of attribute t_max.
Instance Attribute Details
#color ⇒ Object
Returns the value of attribute color.
7 8 9 |
# File 'lib/sass-prof/config.rb', line 7 def color @color end |
#ignore ⇒ Object Also known as: ignore_actions
Returns the value of attribute ignore.
10 11 12 |
# File 'lib/sass-prof/config.rb', line 10 def ignore @ignore end |
#max_width ⇒ Object
Returns the value of attribute max_width.
4 5 6 |
# File 'lib/sass-prof/config.rb', line 4 def max_width @max_width end |
#output_file ⇒ Object
Returns the value of attribute output_file.
5 6 7 |
# File 'lib/sass-prof/config.rb', line 5 def output_file @output_file end |
#precision ⇒ Object
Returns the value of attribute precision.
8 9 10 |
# File 'lib/sass-prof/config.rb', line 8 def precision @precision end |
#quiet ⇒ Object
Returns the value of attribute quiet.
6 7 8 |
# File 'lib/sass-prof/config.rb', line 6 def quiet @quiet end |
#subtotal ⇒ Object
Returns the value of attribute subtotal.
9 10 11 |
# File 'lib/sass-prof/config.rb', line 9 def subtotal @subtotal end |
#t_max ⇒ Object Also known as: max_execution_time
Returns the value of attribute t_max.
3 4 5 |
# File 'lib/sass-prof/config.rb', line 3 def t_max @t_max end |