class VueCompiler::Token::CustomBlock

Attributes

attributes[R]
content[R]
type[R]

Public Class Methods

new(type, content, attributes = {}) click to toggle source
# File lib/vue_component_compiler/token.rb, line 99
def initialize(type, content, attributes = {})
  @type = type
  @content = content
end