Sha256: 29a0321161278b0a4463f069a0682b50e87a07e0f248b6ac073995f715b2b50b

Contents?: true

Size: 382 Bytes

Versions: 11

Compression:

Stored size: 382 Bytes

Contents

name: generating

types:
  type_a: [foo:integer, bar:string, baz:array:integer]
  type_b: [foo:string]
  type_c: [foo:array:string]

procedures:
  do_a:
    args: [a:integer, b:string, c:type_b]
    returns: [d:integer, e:type_a]
    errors: [not found, invalid id]

  do_b:
    args: [a:type_a]
    returns: []
    errors: []

  do_c:
    args: []
    returns: []
    errors: []

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
peto-0.2.7 test/contracts/generating.yml
peto-0.2.6 test/contracts/generating.yml
peto-0.2.5 test/contracts/generating.yml
peto-0.2.4 test/contracts/generating.yml
peto-0.2.3 test/contracts/generating.yml
peto-0.2.2 test/contracts/generating.yml
peto-0.2.1 test/contracts/generating.yml
peto-0.2.0 test/contracts/generating.yml
peto-0.1.3 test/contracts/generating.yml
peto-0.1.2 test/contracts/generating.yml
peto-0.1.1 test/contracts/generating.yml