Sha256: c9dc56b548ff913a3c68c80e5cc9b8db23b61a3063057b7982556157bc40a827
Contents?: true
Size: 542 Bytes
Versions: 10
Compression:
Stored size: 542 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 # deprecated class Time < Attribute def initialize *args warn "Swift::Type::Time is deprecated. Use Swift::Type::DateTime instead" super end end end # Type end # Swift
Version data entries
10 entries across 10 versions & 1 rubygems