Class: TestML::Expression
- Inherits:
-
Object
- Object
- TestML::Expression
- Defined in:
- lib/testml/runtime.rb
Overview
Instance Attribute Summary collapse
-
#calls ⇒ Object
Returns the value of attribute calls.
Instance Method Summary collapse
-
#initialize(calls = []) ⇒ Expression
constructor
A new instance of Expression.
Constructor Details
#initialize(calls = []) ⇒ Expression
Returns a new instance of Expression.
320 321 322 |
# File 'lib/testml/runtime.rb', line 320 def initialize(calls=[]) @calls = calls end |
Instance Attribute Details
#calls ⇒ Object
Returns the value of attribute calls.
318 319 320 |
# File 'lib/testml/runtime.rb', line 318 def calls @calls end |