Class: Csvtool::Application::UseCases::RunRowExtraction::Result

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • the current value of data



12
13
14
# File 'lib/csvtool/application/use_cases/run_row_extraction.rb', line 12

def data
  @data
end

#errorObject

Returns the value of attribute error

Returns:

  • the current value of error



12
13
14
# File 'lib/csvtool/application/use_cases/run_row_extraction.rb', line 12

def error
  @error
end

#okObject

Returns the value of attribute ok

Returns:

  • the current value of ok



12
13
14
# File 'lib/csvtool/application/use_cases/run_row_extraction.rb', line 12

def ok
  @ok
end

Instance Method Details

#ok?Boolean

Returns:



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

def ok?
  ok
end