Class: RuboCop::Lts::Ruby::Catalog::Entry

Inherits:
Data
  • Object
show all
Defined in:
lib/rubocop/lts/ruby/catalog.rb

Instance Attribute Summary collapse

Instance Attribute Details

#introduced_inObject (readonly)

Returns the value of attribute introduced_in

Returns:

  • (Object)

    the current value of introduced_in



11
12
13
# File 'lib/rubocop/lts/ruby/catalog.rb', line 11

def introduced_in
  @introduced_in
end

#method_nameObject (readonly)

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



11
12
13
# File 'lib/rubocop/lts/ruby/catalog.rb', line 11

def method_name
  @method_name
end

#ownerObject (readonly)

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



11
12
13
# File 'lib/rubocop/lts/ruby/catalog.rb', line 11

def owner
  @owner
end

#receiver_typeObject (readonly)

Returns the value of attribute receiver_type

Returns:

  • (Object)

    the current value of receiver_type



11
12
13
# File 'lib/rubocop/lts/ruby/catalog.rb', line 11

def receiver_type
  @receiver_type
end