Sha256: 1f7b41ecc45e84a1d0869257b8bebb336325421976f147de7b303070f8f3b3fa

Contents?: true

Size: 848 Bytes

Versions: 9

Compression:

Stored size: 848 Bytes

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: Disease.proto

require 'google/protobuf'

require 'google/protobuf/timestamp_pb'
require_relative 'Code_pb'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("Disease.proto", :syntax => :proto3) do
    add_message "nuva.Disease" do
      optional :id, :string, 1
      optional :name, :string, 2
      optional :code, :uint32, 3
      repeated :codes, :message, 4, "nuva.Code"
      optional :vaccinable, :bool, 5
      optional :screenable, :bool, 6
      repeated :valence_ids, :string, 7
      optional :created_at, :message, 16, "google.protobuf.Timestamp"
      optional :updated_at, :message, 17, "google.protobuf.Timestamp"
    end
  end
end

module Nuva
  Disease = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("nuva.Disease").msgclass
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
nuva-0.5.2 lib/nuva/Disease_pb.rb
nuva-0.5.1 lib/nuva/Disease_pb.rb
nuva-0.4.1 lib/nuva/Disease_pb.rb
nuva-0.4.0 lib/nuva/Disease_pb.rb
nuva-0.3.1 lib/nuva/Disease_pb.rb
nuva-0.3.0 lib/nuva/Disease_pb.rb
nuva-0.2.1 lib/nuva/Disease_pb.rb
nuva-0.2.0 lib/nuva/Disease_pb.rb
nuva-0.1.8 lib/nuva/Disease_pb.rb