Module: SassProf::Config

Extended by:
Config
Included in:
Config
Defined in:
lib/sass-prof/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colorObject

Returns the value of attribute color.



7
8
9
# File 'lib/sass-prof/config.rb', line 7

def color
  @color
end

#ignoreObject 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_widthObject

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_fileObject

Returns the value of attribute output_file.



5
6
7
# File 'lib/sass-prof/config.rb', line 5

def output_file
  @output_file
end

#precisionObject

Returns the value of attribute precision.



8
9
10
# File 'lib/sass-prof/config.rb', line 8

def precision
  @precision
end

#quietObject

Returns the value of attribute quiet.



6
7
8
# File 'lib/sass-prof/config.rb', line 6

def quiet
  @quiet
end

#subtotalObject

Returns the value of attribute subtotal.



9
10
11
# File 'lib/sass-prof/config.rb', line 9

def subtotal
  @subtotal
end

#t_maxObject 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