class Aspen::AST::Nodes::Attribute
Attributes
content[R]
type[R]
Public Class Methods
new(content)
click to toggle source
# File lib/aspen/ast/nodes/attribute.rb, line 8 def initialize(content) @content = Aspen::AST::Nodes::Content.new(content) @type = Aspen::AST::Nodes::Type.determine(content) end