Class: Csvtool::Application::UseCases::RunRowExtraction::Result
- Inherits:
-
Struct
- Object
- Struct
- Csvtool::Application::UseCases::RunRowExtraction::Result
- Defined in:
- lib/csvtool/application/use_cases/run_row_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
12 13 14 |
# File 'lib/csvtool/application/use_cases/run_row_extraction.rb', line 12 def data @data end |
#error ⇒ Object
Returns the value of attribute error
12 13 14 |
# File 'lib/csvtool/application/use_cases/run_row_extraction.rb', line 12 def error @error end |
#ok ⇒ Object
Returns the value of attribute 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
13 14 15 |
# File 'lib/csvtool/application/use_cases/run_row_extraction.rb', line 13 def ok? ok end |