Sha256: 442f0d388443760107e0c3a0128730fa23c689598b350dbbc241ea0929a3e388
Contents?: true
Size: 314 Bytes
Versions: 1
Compression:
Stored size: 314 Bytes
Contents
module Commands::Accounts::Account class Create < RestPack::Service::Commands::Create required do array :accounts do hash do required do integer :application_id integer :created_by string :name end end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
restpack_account_service-0.0.5 | lib/restpack_account_service/commands/account/create.rb |