class Vertigo::AttributeDecl
Attributes
name[RW]
type[RW]
Public Class Methods
new(name=nil,type=nil)
click to toggle source
# File lib/vertigo/ast_vertigo_rkgen.rb, line 190 def initialize name=nil,type=nil @name,@type=name,type end