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



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

def component
  @component
end

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



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

def file
  @file
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



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

def line
  @line
end

#slotObject

Returns the value of attribute slot

Returns:

  • (Object)

    the current value of slot



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

def slot
  @slot
end

#slot_kindObject

Returns the value of attribute slot_kind

Returns:

  • (Object)

    the current value of slot_kind



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

def slot_kind
  @slot_kind
end