Class: Vertigo::Wait
- Defined in:
- lib/vertigo/ast_vertigo_rkgen.rb
Instance Attribute Summary collapse
-
#for_ ⇒ Object
Returns the value of attribute for_.
-
#until_ ⇒ Object
Returns the value of attribute until_.
Attributes inherited from AstNode
Instance Method Summary collapse
-
#initialize(until_ = nil, for_ = nil) ⇒ Wait
constructor
A new instance of Wait.
Methods inherited from AstNode
Constructor Details
#initialize(until_ = nil, for_ = nil) ⇒ Wait
Returns a new instance of Wait.
225 226 227 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 225 def initialize until_=nil,for_=nil @until_,@for_=until_,for_ end |
Instance Attribute Details
#for_ ⇒ Object
Returns the value of attribute for_.
224 225 226 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 224 def for_ @for_ end |
#until_ ⇒ Object
Returns the value of attribute until_.
224 225 226 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 224 def until_ @until_ end |