Sha256: 0ad299b516b860dcd06cabc194d83f84160efd8a245336a092977e46681db1e7
Contents?: true
Size: 714 Bytes
Versions: 5
Compression:
Stored size: 714 Bytes
Contents
# frozen_string_literal: true module Sail # Types # # This module holds all setting types # classes module Types autoload :Type, "sail/types/type" autoload :Boolean, "sail/types/boolean" autoload :Integer, "sail/types/integer" autoload :AbTest, "sail/types/ab_test" autoload :Array, "sail/types/array" autoload :Cron, "sail/types/cron" autoload :Date, "sail/types/date" autoload :Float, "sail/types/float" autoload :Locales, "sail/types/locales" autoload :ObjModel, "sail/types/obj_model" autoload :Range, "sail/types/range" autoload :String, "sail/types/string" autoload :Throttle, "sail/types/throttle" autoload :Uri, "sail/types/uri" end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
sail-3.2.3 | lib/sail/types.rb |
sail-3.2.2 | lib/sail/types.rb |
sail-3.2.1 | lib/sail/types.rb |
sail-3.2.0 | lib/sail/types.rb |
sail-3.1.0 | lib/sail/types.rb |