Sha256: b32a2d441d0350f3050e2957cf96db1031557c27d9ed6b77e1b38e065bff4548
Contents?: true
Size: 499 Bytes
Versions: 1
Compression:
Stored size: 499 Bytes
Contents
@namespace("Switchboard") protocol Review { /** The main class for this protocol */ record Review { /** The reviews's id */ int id; /** The lawyer's id */ int lawyer_id; /** Overall rating **/ int rating; /** Title of the Review */ string title; /** The body text of the review */ string body; /** The integer timestamp of when the review was created */ int created_at; } /** Look up many reviews in bulk */ array<Review> index(); }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
switchboard-contract-1.9.5 | contracts/4/source/review.avdl |