Sha256: 4701f14294b23e16df14d2f1b3e096000d12f6ed341cf8e5aaec080f3b2fddb8

Contents?: true

Size: 215 Bytes

Versions: 2

Compression:

Stored size: 215 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

2 entries across 2 versions & 1 rubygems

Version Path
pwinty-3.0.7 lib/pwinty/photo_status.rb
pwinty-3.0.6 lib/pwinty/photo_status.rb