class Astrapi::Attr
Attributes
name[RW]
type[RW]
Public Class Methods
new(name,type)
click to toggle source
# File lib/ast.rb, line 26 def initialize name,type @name,@type=name,type end