Sha256: b7a040cdb0ecbea020d0e34301f3be2c625486236fd1fd2ba99f1b56e55d0023

Contents?: true

Size: 576 Bytes

Versions: 8

Compression:

Stored size: 576 Bytes

Contents

##
# This file is auto-generated. DO NOT EDIT!
#
require 'protobuf/message'
require 'protobuf/rpc/service'

module Example

  ##
  # Message Classes
  #
  class ReverseRequest < ::Protobuf::Message; end
  class ReverseResponse < ::Protobuf::Message; end


  ##
  # Message Fields
  #
  class ReverseRequest
    required :string, :input, 1
  end

  class ReverseResponse
    required :string, :reversed, 1
  end


  ##
  # Service Classes
  #
  class ReverseService < ::Protobuf::Rpc::Service
    rpc :reverse, ::Example::ReverseRequest, ::Example::ReverseResponse
  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
protobuffy-4.0.1 examples/lib/example/reverse.pb.rb
protobuffy-4.0.0 examples/lib/example/reverse.pb.rb
protobuffy-3.6.0 examples/lib/example/reverse.pb.rb
protobuffy-3.5.1 examples/lib/example/reverse.pb.rb
protobuffy-3.4.0 examples/lib/example/reverse.pb.rb
protobuffy-3.3.0 examples/lib/example/reverse.pb.rb
protobuffy-3.2.0 examples/lib/example/reverse.pb.rb
protobuffy-3.1.0 examples/lib/example/reverse.pb.rb