Class: StructuredDataToSql::Json::ExporterManifest::Run

Inherits:
Struct
  • Object
show all
Defined in:
lib/structured_data_to_sql/json/exporter_manifest.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#credentialObject

Returns the value of attribute credential

Returns:

  • (Object)

    the current value of credential



13
14
15
# File 'lib/structured_data_to_sql/json/exporter_manifest.rb', line 13

def credential
  @credential
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



13
14
15
# File 'lib/structured_data_to_sql/json/exporter_manifest.rb', line 13

def errors
  @errors
end

#finished_atObject

Returns the value of attribute finished_at

Returns:

  • (Object)

    the current value of finished_at



13
14
15
# File 'lib/structured_data_to_sql/json/exporter_manifest.rb', line 13

def finished_at
  @finished_at
end

#gapsObject

Returns the value of attribute gaps

Returns:

  • (Object)

    the current value of gaps



13
14
15
# File 'lib/structured_data_to_sql/json/exporter_manifest.rb', line 13

def gaps
  @gaps
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



13
14
15
# File 'lib/structured_data_to_sql/json/exporter_manifest.rb', line 13

def index
  @index
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



13
14
15
# File 'lib/structured_data_to_sql/json/exporter_manifest.rb', line 13

def mode
  @mode
end

#started_atObject

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



13
14
15
# File 'lib/structured_data_to_sql/json/exporter_manifest.rb', line 13

def started_at
  @started_at
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



13
14
15
# File 'lib/structured_data_to_sql/json/exporter_manifest.rb', line 13

def status
  @status
end

#user_emailsObject

Returns the value of attribute user_emails

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Boolean)


26
27
28
# File 'lib/structured_data_to_sql/json/exporter_manifest.rb', line 26

def completed?
  status == "completed"
end