Sha256: 7da8fa44735108735bbc5dc42c5d7f18c88ff725169590fbb933eaa7167d88a3

Contents?: true

Size: 241 Bytes

Versions: 12

Compression:

Stored size: 241 Bytes

Contents

module Searchgasm
  module Modifiers
    class DayOfMonth < Base
      class << self
        def modifier_names
          super + ["dom"]
        end
        
        def return_type
          :integer
        end
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
searchgasm-1.3.0 lib/searchgasm/modifiers/day_of_month.rb
searchgasm-1.3.4 lib/searchgasm/modifiers/day_of_month.rb
searchgasm-1.3.3 lib/searchgasm/modifiers/day_of_month.rb
searchgasm-1.3.2 lib/searchgasm/modifiers/day_of_month.rb
searchgasm-1.3.1 lib/searchgasm/modifiers/day_of_month.rb
searchgasm-1.5.3 lib/searchgasm/modifiers/day_of_month.rb
searchgasm-1.5.2 lib/searchgasm/modifiers/day_of_month.rb
searchgasm-1.4.0 lib/searchgasm/modifiers/day_of_month.rb
searchgasm-1.3.5 lib/searchgasm/modifiers/day_of_month.rb
searchgasm-1.5.0 lib/searchgasm/modifiers/day_of_month.rb
searchgasm-1.5.1 lib/searchgasm/modifiers/day_of_month.rb
searchgasm-1.4.1 lib/searchgasm/modifiers/day_of_month.rb