Class: Eslint::Changes::Options::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/eslint/changes/options.rb

Instance Attribute Summary collapse

Instance Attribute Details

#base_branchObject

Returns the value of attribute base_branch

Returns:

  • (Object)

    the current value of base_branch



8
9
10
# File 'lib/eslint/changes/options.rb', line 8

def base_branch
  @base_branch
end

#commitObject

Returns the value of attribute commit

Returns:

  • (Object)

    the current value of commit



8
9
10
# File 'lib/eslint/changes/options.rb', line 8

def commit
  @commit
end

#quietObject

Returns the value of attribute quiet

Returns:

  • (Object)

    the current value of quiet



8
9
10
# File 'lib/eslint/changes/options.rb', line 8

def quiet
  @quiet
end

#reportObject

Returns the value of attribute report

Returns:

  • (Object)

    the current value of report



8
9
10
# File 'lib/eslint/changes/options.rb', line 8

def report
  @report
end