Class: Fixtury::DefinitionExecutor::Output
- Inherits:
-
Object
- Object
- Fixtury::DefinitionExecutor::Output
- Defined in:
- lib/fixtury/definition_executor.rb
Instance Attribute Summary collapse
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize ⇒ Output
constructor
A new instance of Output.
Constructor Details
#initialize ⇒ Output
Returns a new instance of Output.
13 14 15 16 |
# File 'lib/fixtury/definition_executor.rb', line 13 def initialize @value = nil @metadata = {} end |
Instance Attribute Details
#metadata ⇒ Object
Returns the value of attribute metadata.
11 12 13 |
# File 'lib/fixtury/definition_executor.rb', line 11 def @metadata end |
#value ⇒ Object
Returns the value of attribute value.
11 12 13 |
# File 'lib/fixtury/definition_executor.rb', line 11 def value @value end |