class Vertigo::AttributeSpec

Attributes

entity_spec[RW]
expr[RW]
name[RW]

Public Class Methods

new(name=nil,entity_spec=nil,expr=nil) click to toggle source
# File lib/vertigo/ast_vertigo_rkgen.rb, line 197
def initialize name=nil,entity_spec=nil,expr=nil
  @name,@entity_spec,@expr=name,entity_spec,expr
end