Sha256: dc6d5a2de2b74e2a392908acd900aac75a94a4fe174dda243c7301d564db79a1

Contents?: true

Size: 657 Bytes

Versions: 8

Compression:

Stored size: 657 Bytes

Contents

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

require 'google/protobuf'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("api.proto", :syntax => :proto3) do
    add_message "dummy.api.PingRequest" do
      optional :name, :string, 1
    end
    add_message "dummy.api.PingResponse" do
      optional :double_name, :string, 2
    end
  end
end

module RPC
  module DummyAPI
    PingRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("dummy.api.PingRequest").msgclass
    PingResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("dummy.api.PingResponse").msgclass
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rails_twirp-0.8.0 test/dummy/proto/api_pb.rb
rails_twirp-0.7.2 test/dummy/proto/api_pb.rb
rails_twirp-0.7.1 test/dummy/proto/api_pb.rb
rails_twirp-0.7.0 test/dummy/proto/api_pb.rb
rails_twirp-0.6.0 test/dummy/proto/api_pb.rb
rails_twirp-0.5.0 test/dummy/proto/api_pb.rb
rails_twirp-0.4.0 test/dummy/proto/api_pb.rb
rails_twirp-0.3.0 test/dummy/proto/api_pb.rb