Class: Guard::Haskell::Options

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

Instance Attribute Summary collapse

Instance Attribute Details

#all_on_passObject

Returns the value of attribute all_on_pass

Returns:

  • (Object)

    the current value of all_on_pass



19
20
21
# File 'lib/guard/haskell.rb', line 19

def all_on_pass
  @all_on_pass
end

#all_on_startObject

Returns the value of attribute all_on_start

Returns:

  • (Object)

    the current value of all_on_start



19
20
21
# File 'lib/guard/haskell.rb', line 19

def all_on_start
  @all_on_start
end

#cabal_targetObject

Returns the value of attribute cabal_target

Returns:

  • (Object)

    the current value of cabal_target



19
20
21
# File 'lib/guard/haskell.rb', line 19

def cabal_target
  @cabal_target
end

#focus_on_failObject

Returns the value of attribute focus_on_fail

Returns:

  • (Object)

    the current value of focus_on_fail



19
20
21
# File 'lib/guard/haskell.rb', line 19

def focus_on_fail
  @focus_on_fail
end

#repl_optionsObject

Returns the value of attribute repl_options

Returns:

  • (Object)

    the current value of repl_options



19
20
21
# File 'lib/guard/haskell.rb', line 19

def repl_options
  @repl_options
end