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

Version Path
pwinty-3.0.5 lib/pwinty/photo_status.rb
pwinty-3.0.4 lib/pwinty/photo_status.rb
pwinty-3.0.3 lib/pwinty/photo_status.rb
pwinty-3.0.2 lib/pwinty/photo_status.rb
pwinty-3.0.1 lib/pwinty/photo_status.rb
pwinty-3.0.0 lib/pwinty/photo_status.rb