Sha256: 655f8d6602e0a6c300753943557c91fb936d534c4ba7fe0d7e719438fb8c8189
Contents?: true
Size: 357 Bytes
Versions: 2
Compression:
Stored size: 357 Bytes
Contents
module Swift module Type class BigDecimal < Attribute; end class Boolean < Attribute; end class Date < Attribute; end class DateTime < Attribute; end class Float < Attribute; end class Integer < Attribute; end class IO < Attribute; end class String < Attribute; end end # Type end # Swift
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
swift-0.6.1 | lib/swift/type.rb |
swift-0.6.0 | lib/swift/type.rb |