Class: Guardrails::ViewComponentAudit::OrphanSlot

Inherits:
Struct
  • Object
show all
Defined in:
lib/guardrails/view_component_audit.rb

Instance Attribute Summary collapse

Instance Attribute Details

#componentObject

Returns the value of attribute component

Returns:

  • (Object)

    the current value of component



13
14
15
# File 'lib/guardrails/view_component_audit.rb', line 13

def component
  @component
end

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



13
14
15
# File 'lib/guardrails/view_component_audit.rb', line 13

def file
  @file
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



13
14
15
# File 'lib/guardrails/view_component_audit.rb', line 13

def line
  @line
end

#slotObject

Returns the value of attribute slot

Returns:

  • (Object)

    the current value of slot



13
14
15
# File 'lib/guardrails/view_component_audit.rb', line 13

def slot
  @slot
end

#slot_kindObject

Returns the value of attribute slot_kind

Returns:

  • (Object)

    the current value of slot_kind



13
14
15
# File 'lib/guardrails/view_component_audit.rb', line 13

def slot_kind
  @slot_kind
end