Class: TestML::Callable
- Inherits:
-
Object
- Object
- TestML::Callable
- Defined in:
- lib/testml/runtime.rb
Overview
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value) ⇒ Callable
constructor
A new instance of Callable.
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
#value ⇒ Object
Returns the value of attribute value.
349 350 351 |
# File 'lib/testml/runtime.rb', line 349 def value @value end |