Class: RactorRailsShim::Check::Finding
- Inherits:
-
Data
- Object
- Data
- RactorRailsShim::Check::Finding
- Defined in:
- lib/ractor_rails_shim/check.rb
Overview
kind: :ivar (class-level instance variable, @foo) or :cvar (class variable, @@foo — mattr_accessor/cattr_accessor)
Instance Attribute Summary collapse
-
#ivar ⇒ Object
readonly
Returns the value of attribute ivar.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#owner ⇒ Object
readonly
Returns the value of attribute owner.
-
#shareable ⇒ Object
readonly
Returns the value of attribute shareable.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#value_class ⇒ Object
readonly
Returns the value of attribute value_class.
Instance Attribute Details
#ivar ⇒ Object (readonly)
Returns the value of attribute ivar
15 16 17 |
# File 'lib/ractor_rails_shim/check.rb', line 15 def ivar @ivar end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
15 16 17 |
# File 'lib/ractor_rails_shim/check.rb', line 15 def kind @kind end |
#owner ⇒ Object (readonly)
Returns the value of attribute owner
15 16 17 |
# File 'lib/ractor_rails_shim/check.rb', line 15 def owner @owner end |
#shareable ⇒ Object (readonly)
Returns the value of attribute shareable
15 16 17 |
# File 'lib/ractor_rails_shim/check.rb', line 15 def shareable @shareable end |
#source ⇒ Object (readonly)
Returns the value of attribute source
15 16 17 |
# File 'lib/ractor_rails_shim/check.rb', line 15 def source @source end |
#value_class ⇒ Object (readonly)
Returns the value of attribute value_class
15 16 17 |
# File 'lib/ractor_rails_shim/check.rb', line 15 def value_class @value_class end |