Class: RuboCop::Config::CopConfig

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubocop/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



17
18
19
# File 'lib/rubocop/config.rb', line 17

def 
  @metadata
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



17
18
19
# File 'lib/rubocop/config.rb', line 17

def name
  @name
end