Class: Guardrails::Tokens::TailwindConfigParser::Entry
- Inherits:
-
Struct
- Object
- Struct
- Guardrails::Tokens::TailwindConfigParser::Entry
- Defined in:
- lib/guardrails/tokens/tailwind_config_parser.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
22 23 24 |
# File 'lib/guardrails/tokens/tailwind_config_parser.rb', line 22 def name @name end |
#value ⇒ Object
Returns the value of attribute value
22 23 24 |
# File 'lib/guardrails/tokens/tailwind_config_parser.rb', line 22 def value @value end |