Sha256: 1aa3284864241e135b858cc40ea12504430117079cbaa9b1d462769b13d97909
Contents?: true
Size: 287 Bytes
Versions: 5
Compression:
Stored size: 287 Bytes
Contents
module Tangany module Customers class Pep < Object attribute :checkDate, Types::DateTime attribute :isExposed, Types::Bool attribute? :source, Types::String.optional attribute? :reason, Types::String.optional to_datetime :checkDate end end end
Version data entries
5 entries across 5 versions & 1 rubygems