Class: RactorRailsShim::Check::Finding

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#ivarObject (readonly)

Returns the value of attribute ivar

Returns:

  • (Object)

    the current value of ivar



15
16
17
# File 'lib/ractor_rails_shim/check.rb', line 15

def ivar
  @ivar
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



15
16
17
# File 'lib/ractor_rails_shim/check.rb', line 15

def kind
  @kind
end

#ownerObject (readonly)

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



15
16
17
# File 'lib/ractor_rails_shim/check.rb', line 15

def owner
  @owner
end

#shareableObject (readonly)

Returns the value of attribute shareable

Returns:

  • (Object)

    the current value of shareable



15
16
17
# File 'lib/ractor_rails_shim/check.rb', line 15

def shareable
  @shareable
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



15
16
17
# File 'lib/ractor_rails_shim/check.rb', line 15

def source
  @source
end

#value_classObject (readonly)

Returns the value of attribute value_class

Returns:

  • (Object)

    the current value of value_class



15
16
17
# File 'lib/ractor_rails_shim/check.rb', line 15

def value_class
  @value_class
end