Class: Guardrails::Tokens::TailwindConfigParser::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



22
23
24
# File 'lib/guardrails/tokens/tailwind_config_parser.rb', line 22

def name
  @name
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



22
23
24
# File 'lib/guardrails/tokens/tailwind_config_parser.rb', line 22

def value
  @value
end