Sha256: 0c46d1585741ac97bc1d15cf2dc8dd2cc0fc1f31dddcb81034f4b34dffdaca4d

Contents?: true

Size: 308 Bytes

Versions: 3

Compression:

Stored size: 308 Bytes

Contents

# encoding: UTF-8

require_relative '../metadata/fact'

module GoodData
  module Model
    ##
    # Fact representation of a time of a day
    #
    class TimeFact < Fact
      def column_prefix
        TIME_COLUMN_PREFIX
      end

      def type_prefix
        TIME_FACT_PREFIX
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gooddata-0.6.4 lib/gooddata/models/facts/time_fact.rb
gooddata-0.6.3 lib/gooddata/models/facts/time_fact.rb
gooddata-0.6.2 lib/gooddata/models/facts/time_fact.rb