Class: InlineFormsSchemaEdit::BatchImport::Result
- Inherits:
-
Struct
- Object
- Struct
- InlineFormsSchemaEdit::BatchImport::Result
- Defined in:
- lib/inline_forms_schema_edit/batch_import.rb
Instance Attribute Summary collapse
-
#applied ⇒ Object
Returns the value of attribute applied.
-
#labels ⇒ Object
Returns the value of attribute labels.
-
#migrations ⇒ Object
Returns the value of attribute migrations.
-
#plan ⇒ Object
Returns the value of attribute plan.
Instance Attribute Details
#applied ⇒ Object
Returns the value of attribute applied
19 20 21 |
# File 'lib/inline_forms_schema_edit/batch_import.rb', line 19 def applied @applied end |
#labels ⇒ Object
Returns the value of attribute labels
19 20 21 |
# File 'lib/inline_forms_schema_edit/batch_import.rb', line 19 def labels @labels end |
#migrations ⇒ Object
Returns the value of attribute migrations
19 20 21 |
# File 'lib/inline_forms_schema_edit/batch_import.rb', line 19 def migrations @migrations end |
#plan ⇒ Object
Returns the value of attribute plan
19 20 21 |
# File 'lib/inline_forms_schema_edit/batch_import.rb', line 19 def plan @plan end |