Sha256: 1b81bad0f31241763f7e98992d4b446f48eba9ea51589157c7abef3df83d36ff

Contents?: true

Size: 442 Bytes

Versions: 11

Compression:

Stored size: 442 Bytes

Contents

module Spectifly
  module Base
    class Types
      Native = [
        'boolean',
        'string',
        'date',
        'date_time',
        'integer',
        'decimal'
      ]

      Extended = {
        'percent' => {
          'Type' => 'Decimal',
        },
        'currency' => {
          'Type' => 'Decimal',
        },
        'year' => {
          'Type' => 'Integer'
        },
        'phone' => {}
      }
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
spectifly-0.0.11 lib/spectifly/base/types.rb
spectifly-0.0.10 lib/spectifly/base/types.rb
spectifly-0.0.9 lib/spectifly/base/types.rb
spectifly-0.0.8 lib/spectifly/base/types.rb
spectifly-0.0.7 lib/spectifly/base/types.rb
spectifly-0.0.6 lib/spectifly/base/types.rb
spectifly-0.0.5 lib/spectifly/base/types.rb
spectifly-0.0.4 lib/spectifly/base/types.rb
spectifly-0.0.3 lib/spectifly/base/types.rb
spectifly-0.0.2 lib/spectifly/base/types.rb
spectifly-0.0.1 lib/spectifly/base/types.rb