Sha256: b7d957d71d5d41c1a2adbe89ba4aecb42c9c4d6dd6fe74cc7cf00d075b8a1cb7

Contents?: true

Size: 278 Bytes

Versions: 5

Compression:

Stored size: 278 Bytes

Contents

class Reporter::Field::CountField < Reporter::Field::CalculationField

	def initialize structure, alias_name, data_source, *args, &block
		options = args.extract_options!
		column = args.first
		super structure, alias_name, data_source, :count, column, options, &block
	end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
reporter-0.0.5 lib/reporter/field/count_field.rb
reporter-0.0.4 lib/reporter/field/count_field.rb
reporter-0.0.3 lib/reporter/field/count_field.rb
reporter-0.0.2 lib/reporter/field/count_field.rb
reporter-0.0.1 lib/reporter/field/count_field.rb