Sha256: 8c7c7bb7852fddb6f1016fc4fd7b5814cad6dbdff179b7733e8dd36b5bd8da55
Contents?: true
Size: 207 Bytes
Versions: 6
Compression:
Stored size: 207 Bytes
Contents
module Pwinty class PhotoStatus < Pwinty::Base attribute :id, Types::Coercible::Integer attribute :errors, Types::Array.of(Types::String) attribute :warnings, Types::Array.of(Types::String) end end
Version data entries
6 entries across 6 versions & 1 rubygems