Class: Vertigo::StdType
- Defined in:
- lib/vertigo/ast_vertigo_rkgen.rb
Instance Attribute Summary collapse
-
#ident ⇒ Object
Returns the value of attribute ident.
Attributes inherited from AstNode
Instance Method Summary collapse
-
#initialize(ident = nil) ⇒ StdType
constructor
A new instance of StdType.
Methods inherited from AstNode
Constructor Details
#initialize(ident = nil) ⇒ StdType
Returns a new instance of StdType.
421 422 423 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 421 def initialize ident=nil @ident=ident end |
Instance Attribute Details
#ident ⇒ Object
Returns the value of attribute ident.
420 421 422 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 420 def ident @ident end |