Class: Vertigo::NamedType
- 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) ⇒ NamedType
constructor
A new instance of NamedType.
Methods inherited from AstNode
Constructor Details
#initialize(ident = nil) ⇒ NamedType
Returns a new instance of NamedType.
435 436 437 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 435 def initialize ident=nil @ident=ident end |
Instance Attribute Details
#ident ⇒ Object
Returns the value of attribute ident.
434 435 436 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 434 def ident @ident end |