Class: Autonoma::FactoryDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/autonoma/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#createObject

Returns the value of attribute create

Returns:

  • (Object)

    the current value of create



28
29
30
# File 'lib/autonoma/types.rb', line 28

def create
  @create
end

#input_fieldsObject

Returns the value of attribute input_fields

Returns:

  • (Object)

    the current value of input_fields



28
29
30
# File 'lib/autonoma/types.rb', line 28

def input_fields
  @input_fields
end

#teardownObject

Returns the value of attribute teardown

Returns:

  • (Object)

    the current value of teardown



28
29
30
# File 'lib/autonoma/types.rb', line 28

def teardown
  @teardown
end