Class: RuboCop::Lts::Ruby::Catalog::Entry
- Inherits:
-
Data
- Object
- Data
- RuboCop::Lts::Ruby::Catalog::Entry
- Defined in:
- lib/rubocop/lts/ruby/catalog.rb
Instance Attribute Summary collapse
-
#introduced_in ⇒ Object
readonly
Returns the value of attribute introduced_in.
-
#method_name ⇒ Object
readonly
Returns the value of attribute method_name.
-
#owner ⇒ Object
readonly
Returns the value of attribute owner.
-
#receiver_type ⇒ Object
readonly
Returns the value of attribute receiver_type.
Instance Attribute Details
#introduced_in ⇒ Object (readonly)
Returns the value of attribute introduced_in
11 12 13 |
# File 'lib/rubocop/lts/ruby/catalog.rb', line 11 def introduced_in @introduced_in end |
#method_name ⇒ Object (readonly)
Returns the value of attribute method_name
11 12 13 |
# File 'lib/rubocop/lts/ruby/catalog.rb', line 11 def method_name @method_name end |
#owner ⇒ Object (readonly)
Returns the value of attribute owner
11 12 13 |
# File 'lib/rubocop/lts/ruby/catalog.rb', line 11 def owner @owner end |
#receiver_type ⇒ Object (readonly)
Returns the value of attribute receiver_type
11 12 13 |
# File 'lib/rubocop/lts/ruby/catalog.rb', line 11 def receiver_type @receiver_type end |