Sha256: b81b9369c783a912dee370a443a96f7d50dce3e431f2d08ba9f46a4d4ab92545

Contents?: true

Size: 450 Bytes

Versions: 1

Compression:

Stored size: 450 Bytes

Contents

module Commands::Groups::Group
  class Create < RestPack::Service::Commands::Create
    required do
      array :groups do
        hash do
          required do
            integer :application_id
            integer :created_by
            string :name
          end

          optional do
            integer :account_id
            string :description
            boolean :invitation_required
          end
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
restpack_group_service-0.0.8 lib/restpack_group_service/commands/group/create.rb