Sha256: aa7ace3a6e259610f1e097eeb7473ba20cc64794b26c5f9577280087a9c5e7d2

Contents?: true

Size: 319 Bytes

Versions: 5

Compression:

Stored size: 319 Bytes

Contents

module Swift
  module Type
    class BigDecimal < Attribute; end
    class Boolean    < Attribute; end
    class Float      < Attribute; end
    class Integer    < Attribute; end
    class IO         < Attribute; end
    class String     < Attribute; end
    class Time       < Attribute; end
  end # Type
end # Swift

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
swift-0.5.1 lib/swift/type.rb
swift-0.5.0 lib/swift/type.rb
swift-0.4.3 lib/swift/type.rb
swift-0.4.2 lib/swift/type.rb
swift-0.4.1 lib/swift/type.rb