Class: Csvtool::Application::UseCases::RunExtraction::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/csvtool/application/use_cases/run_extraction.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



13
14
15
# File 'lib/csvtool/application/use_cases/run_extraction.rb', line 13

def data
  @data
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



13
14
15
# File 'lib/csvtool/application/use_cases/run_extraction.rb', line 13

def error
  @error
end

#okObject

Returns the value of attribute ok

Returns:

  • (Object)

    the current value of ok



13
14
15
# File 'lib/csvtool/application/use_cases/run_extraction.rb', line 13

def ok
  @ok
end

Instance Method Details

#ok?Boolean

Returns:

  • (Boolean)


14
15
16
# File 'lib/csvtool/application/use_cases/run_extraction.rb', line 14

def ok?
  ok
end