Slang::AST::Attribute
Inherits Struct < Value < Object
name=value attribute on an element. the value is a Crystal expression
Constructors
new(name : String, value : String, loc : SourceLoc)
SourceInstance methods
clone
Sourcecopy_with(name _name = @name, value _value = @value, loc _loc = @loc)
Sourceloc
name
value