Class: Guardrails::ViewComponentAudit::OrphanSlot
- Inherits:
-
Struct
- Object
- Struct
- Guardrails::ViewComponentAudit::OrphanSlot
- Defined in:
- lib/guardrails/view_component_audit.rb
Instance Attribute Summary collapse
-
#component ⇒ Object
Returns the value of attribute component.
-
#file ⇒ Object
Returns the value of attribute file.
-
#line ⇒ Object
Returns the value of attribute line.
-
#slot ⇒ Object
Returns the value of attribute slot.
-
#slot_kind ⇒ Object
Returns the value of attribute slot_kind.
Instance Attribute Details
#component ⇒ Object
Returns the value of attribute component
13 14 15 |
# File 'lib/guardrails/view_component_audit.rb', line 13 def component @component end |
#file ⇒ Object
Returns the value of attribute file
13 14 15 |
# File 'lib/guardrails/view_component_audit.rb', line 13 def file @file end |
#line ⇒ Object
Returns the value of attribute line
13 14 15 |
# File 'lib/guardrails/view_component_audit.rb', line 13 def line @line end |
#slot ⇒ Object
Returns the value of attribute slot
13 14 15 |
# File 'lib/guardrails/view_component_audit.rb', line 13 def slot @slot end |
#slot_kind ⇒ Object
Returns the value of attribute slot_kind
13 14 15 |
# File 'lib/guardrails/view_component_audit.rb', line 13 def slot_kind @slot_kind end |