Class: LintRoller::Rules

Inherits:
Struct
  • Object
show all
Defined in:
lib/lint_roller/rules.rb

Instance Attribute Summary collapse

Instance Attribute Details

#config_formatObject

Returns the value of attribute config_format

Returns:

  • (Object)

    the current value of config_format



2
3
4
# File 'lib/lint_roller/rules.rb', line 2

def config_format
  @config_format
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



2
3
4
# File 'lib/lint_roller/rules.rb', line 2

def error
  @error
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



2
3
4
# File 'lib/lint_roller/rules.rb', line 2

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



2
3
4
# File 'lib/lint_roller/rules.rb', line 2

def value
  @value
end