Class: Csvtool::Application::UseCases::RunExtraction::Result
- Inherits:
-
Struct
- Object
- Struct
- Csvtool::Application::UseCases::RunExtraction::Result
- Defined in:
- lib/csvtool/application/use_cases/run_extraction.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#error ⇒ Object
Returns the value of attribute error.
-
#ok ⇒ Object
Returns the value of attribute ok.
Instance Method Summary collapse
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
13 14 15 |
# File 'lib/csvtool/application/use_cases/run_extraction.rb', line 13 def data @data end |
#error ⇒ Object
Returns the value of attribute error
13 14 15 |
# File 'lib/csvtool/application/use_cases/run_extraction.rb', line 13 def error @error end |
#ok ⇒ Object
Returns the value of attribute ok
13 14 15 |
# File 'lib/csvtool/application/use_cases/run_extraction.rb', line 13 def ok @ok end |
Instance Method Details
#ok? ⇒ Boolean
14 15 16 |
# File 'lib/csvtool/application/use_cases/run_extraction.rb', line 14 def ok? ok end |