Sha256: f79d928384948aae9c5d8f852f4e1978964658f6a0adbe9eec48d0db01c8535f
Contents?: true
Size: 318 Bytes
Versions: 4
Compression:
Stored size: 318 Bytes
Contents
module TD::Types # One of the data fields contains an error. # The error will be considered resolved when the value of the field changes. # # @attr field_name [String] Field name. class PassportElementErrorSource::DataField < PassportElementErrorSource attribute :field_name, TD::Types::String end end
Version data entries
4 entries across 4 versions & 2 rubygems