Class: Sycsvpro::Result
- Inherits:
-
Struct
- Object
- Struct
- Sycsvpro::Result
- Defined in:
- lib/sycsvpro/analyzer.rb
Overview
Holds the analytics of the file
Instance Attribute Summary collapse
-
#col_count ⇒ Object
Returns the value of attribute col_count.
-
#cols ⇒ Object
Returns the value of attribute cols.
-
#row_count ⇒ Object
Returns the value of attribute row_count.
-
#sample_row ⇒ Object
Returns the value of attribute sample_row.
Instance Attribute Details
#col_count ⇒ Object
Returns the value of attribute col_count
5 6 7 |
# File 'lib/sycsvpro/analyzer.rb', line 5 def col_count @col_count end |
#cols ⇒ Object
Returns the value of attribute cols
5 6 7 |
# File 'lib/sycsvpro/analyzer.rb', line 5 def cols @cols end |
#row_count ⇒ Object
Returns the value of attribute row_count
5 6 7 |
# File 'lib/sycsvpro/analyzer.rb', line 5 def row_count @row_count end |
#sample_row ⇒ Object
Returns the value of attribute sample_row
5 6 7 |
# File 'lib/sycsvpro/analyzer.rb', line 5 def sample_row @sample_row end |