Class: StructuredDataToSql::Json::ExporterManifest::Run
- Inherits:
-
Struct
- Object
- Struct
- StructuredDataToSql::Json::ExporterManifest::Run
- Defined in:
- lib/structured_data_to_sql/json/exporter_manifest.rb
Instance Attribute Summary collapse
-
#credential ⇒ Object
Returns the value of attribute credential.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#finished_at ⇒ Object
Returns the value of attribute finished_at.
-
#gaps ⇒ Object
Returns the value of attribute gaps.
-
#index ⇒ Object
Returns the value of attribute index.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#started_at ⇒ Object
Returns the value of attribute started_at.
-
#status ⇒ Object
Returns the value of attribute status.
-
#user_emails ⇒ Object
Returns the value of attribute user_emails.
Instance Method Summary collapse
Instance Attribute Details
#credential ⇒ Object
Returns the value of attribute credential
13 14 15 |
# File 'lib/structured_data_to_sql/json/exporter_manifest.rb', line 13 def credential @credential end |
#errors ⇒ Object
Returns the value of attribute errors
13 14 15 |
# File 'lib/structured_data_to_sql/json/exporter_manifest.rb', line 13 def errors @errors end |
#finished_at ⇒ Object
Returns the value of attribute finished_at
13 14 15 |
# File 'lib/structured_data_to_sql/json/exporter_manifest.rb', line 13 def finished_at @finished_at end |
#gaps ⇒ Object
Returns the value of attribute gaps
13 14 15 |
# File 'lib/structured_data_to_sql/json/exporter_manifest.rb', line 13 def gaps @gaps end |
#index ⇒ Object
Returns the value of attribute index
13 14 15 |
# File 'lib/structured_data_to_sql/json/exporter_manifest.rb', line 13 def index @index end |
#mode ⇒ Object
Returns the value of attribute mode
13 14 15 |
# File 'lib/structured_data_to_sql/json/exporter_manifest.rb', line 13 def mode @mode end |
#started_at ⇒ Object
Returns the value of attribute started_at
13 14 15 |
# File 'lib/structured_data_to_sql/json/exporter_manifest.rb', line 13 def started_at @started_at end |
#status ⇒ Object
Returns the value of attribute status
13 14 15 |
# File 'lib/structured_data_to_sql/json/exporter_manifest.rb', line 13 def status @status end |
#user_emails ⇒ Object
Returns the value of attribute user_emails
13 14 15 |
# File 'lib/structured_data_to_sql/json/exporter_manifest.rb', line 13 def user_emails @user_emails end |
Instance Method Details
#completed? ⇒ Boolean
26 27 28 |
# File 'lib/structured_data_to_sql/json/exporter_manifest.rb', line 26 def completed? status == "completed" end |