Sha256: da3ade3ee9e399878ce7a632c721f27c9c8d85ba7cdf5aa1899a799027fc0c2e

Contents?: true

Size: 282 Bytes

Versions: 3

Compression:

Stored size: 282 Bytes

Contents

module Commands::Core::Domain
  class Create < RestPack::Service::Commands::Create
    required do
      array :domains do
        hash do
          required do
            integer :application_id
            string :identifier
          end
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
restpack_core_service-0.0.14 lib/restpack_core_service/commands/domain/create.rb
restpack_core_service-0.0.13 lib/restpack_core_service/commands/domain/create.rb
restpack_core_service-0.0.12 lib/restpack_core_service/commands/domain/create.rb