Sha256: 65e704727d5d751bd42a232d3a4c52d724d3dcbea72368e1a4738cca6736a812

Contents?: true

Size: 130 Bytes

Versions: 5

Compression:

Stored size: 130 Bytes

Contents

module Helpers

  def build_data_object(id, row, column)
    OpenStruct.new id: id, row_name: row, column_name: column
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pivot_table-1.0.0 spec/support/helpers.rb
pivot_table-0.5.0 spec/support/helpers.rb
pivot_table-0.4.0 spec/support/helpers.rb
pivot_table-0.3.0 spec/support/helpers.rb
pivot_table-0.2.0 spec/support/helpers.rb