Class: Vertigo::Signal
- Defined in:
- lib/vertigo/ast_vertigo_rkgen.rb
Instance Attribute Summary collapse
-
#init ⇒ Object
Returns the value of attribute init.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Attributes inherited from AstNode
Instance Method Summary collapse
-
#initialize(name = nil, type = nil, init = nil) ⇒ Signal
constructor
A new instance of Signal.
Methods inherited from AstNode
Constructor Details
#initialize(name = nil, type = nil, init = nil) ⇒ Signal
Returns a new instance of Signal.
400 401 402 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 400 def initialize name=nil,type=nil,init=nil @name,@type,@init=name,type,init end |
Instance Attribute Details
#init ⇒ Object
Returns the value of attribute init.
399 400 401 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 399 def init @init end |
#name ⇒ Object
Returns the value of attribute name.
399 400 401 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 399 def name @name end |
#type ⇒ Object
Returns the value of attribute type.
399 400 401 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 399 def type @type end |