Class: TestML::Expression

Inherits:
Object
  • Object
show all
Defined in:
lib/testml/runtime.rb

Overview


Instance Attribute Summary collapse

Instance Method Summary collapse

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

#callsObject

Returns the value of attribute calls.



318
319
320
# File 'lib/testml/runtime.rb', line 318

def calls
  @calls
end