Class: CsvService
- Inherits:
-
Object
- Object
- CsvService
- Defined in:
- lib/csv_service.rb
Instance Attribute Summary collapse
-
#service_impl ⇒ Object
readonly
Returns the value of attribute service_impl.
Instance Method Summary collapse
-
#initialize(result_id) ⇒ CsvService
constructor
A new instance of CsvService.
Constructor Details
Instance Attribute Details
#service_impl ⇒ Object (readonly)
Returns the value of attribute service_impl.
2 3 4 |
# File 'lib/csv_service.rb', line 2 def service_impl @service_impl end |