Class: TestML::Callable

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

Overview


Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ Callable

Returns a new instance of Callable.



351
352
353
# File 'lib/testml/runtime.rb', line 351

def initialize(value)
  @value = value
end

Instance Attribute Details

#valueObject

Returns the value of attribute value.



349
350
351
# File 'lib/testml/runtime.rb', line 349

def value
  @value
end