Sha256: 61bb3609fa79c2d396a859da11690ac12b01ac682aaab43e26d87a71ab378d03

Contents?: true

Size: 188 Bytes

Versions: 10

Compression:

Stored size: 188 Bytes

Contents

module Roo
  class Excelx
    class Coordinate
      attr_accessor :row, :column

      def initialize(row, column)
        @row = row
        @column = column
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
roo-2.7.1 lib/roo/excelx/coordinate.rb
roo-2.7.0 lib/roo/excelx/coordinate.rb
roo-2.6.0 lib/roo/excelx/coordinate.rb
roo-2.5.1 lib/roo/excelx/coordinate.rb
roo-2.5.0 lib/roo/excelx/coordinate.rb
roo-2.4.0 lib/roo/excelx/coordinate.rb
roo-2.3.2 lib/roo/excelx/coordinate.rb
roo-2.3.1 lib/roo/excelx/coordinate.rb
roo-2.3.0 lib/roo/excelx/coordinate.rb
roo-2.2.0 lib/roo/excelx/coordinate.rb