Class: Autonoma::FactoryDefinition
- Inherits:
-
Struct
- Object
- Struct
- Autonoma::FactoryDefinition
- Defined in:
- lib/autonoma/types.rb
Instance Attribute Summary collapse
-
#create ⇒ Object
Returns the value of attribute create.
-
#input_fields ⇒ Object
Returns the value of attribute input_fields.
-
#teardown ⇒ Object
Returns the value of attribute teardown.
Instance Attribute Details
#create ⇒ Object
Returns the value of attribute create
28 29 30 |
# File 'lib/autonoma/types.rb', line 28 def create @create end |
#input_fields ⇒ Object
Returns the value of attribute input_fields
28 29 30 |
# File 'lib/autonoma/types.rb', line 28 def input_fields @input_fields end |
#teardown ⇒ Object
Returns the value of attribute teardown
28 29 30 |
# File 'lib/autonoma/types.rb', line 28 def teardown @teardown end |