Class: InlineFormsSchemaEdit::BatchImport::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/inline_forms_schema_edit/batch_import.rb

Instance Attribute Summary collapse

Instance Attribute Details

#appliedObject

Returns the value of attribute applied

Returns:

  • (Object)

    the current value of applied



19
20
21
# File 'lib/inline_forms_schema_edit/batch_import.rb', line 19

def applied
  @applied
end

#labelsObject

Returns the value of attribute labels

Returns:

  • (Object)

    the current value of labels



19
20
21
# File 'lib/inline_forms_schema_edit/batch_import.rb', line 19

def labels
  @labels
end

#migrationsObject

Returns the value of attribute migrations

Returns:

  • (Object)

    the current value of migrations



19
20
21
# File 'lib/inline_forms_schema_edit/batch_import.rb', line 19

def migrations
  @migrations
end

#planObject

Returns the value of attribute plan

Returns:

  • (Object)

    the current value of plan



19
20
21
# File 'lib/inline_forms_schema_edit/batch_import.rb', line 19

def plan
  @plan
end