Class: Sycsvpro::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/sycsvpro/analyzer.rb

Overview

Holds the analytics of the file

Instance Attribute Summary collapse

Instance Attribute Details

#col_countObject

Returns the value of attribute col_count

Returns:

  • (Object)

    the current value of col_count



5
6
7
# File 'lib/sycsvpro/analyzer.rb', line 5

def col_count
  @col_count
end

#colsObject

Returns the value of attribute cols

Returns:

  • (Object)

    the current value of cols



5
6
7
# File 'lib/sycsvpro/analyzer.rb', line 5

def cols
  @cols
end

#row_countObject

Returns the value of attribute row_count

Returns:

  • (Object)

    the current value of row_count



5
6
7
# File 'lib/sycsvpro/analyzer.rb', line 5

def row_count
  @row_count
end

#sample_rowObject

Returns the value of attribute sample_row

Returns:

  • (Object)

    the current value of sample_row



5
6
7
# File 'lib/sycsvpro/analyzer.rb', line 5

def sample_row
  @sample_row
end