Module: ProtoPlugin

Defined in:
lib/proto_plugin.rb,
lib/proto_plugin/base.rb,
lib/proto_plugin/utils.rb,
lib/proto_plugin/context.rb,
lib/proto_plugin/version.rb,
lib/proto_plugin/commentable.rb,
lib/proto_plugin/enum_descriptor.rb,
lib/proto_plugin/file_descriptor.rb,
lib/proto_plugin/field_descriptor.rb,
lib/proto_plugin/oneof_descriptor.rb,
lib/proto_plugin/method_descriptor.rb,
lib/proto_plugin/message_descriptor.rb,
lib/proto_plugin/service_descriptor.rb,
lib/proto_plugin/enum_value_descriptor.rb

Overview

Easily build protobuf compiler plugins in Ruby.

Defined Under Namespace

Modules: Commentable, Utils Classes: Base, Context, EnumDescriptor, EnumValueDescriptor, FieldDescriptor, FileDescriptor, MessageDescriptor, MethodDescriptor, OneofDescriptor, ServiceDescriptor

Constant Summary collapse

VERSION =

The version of the ProtoPlugin gem.

Returns:

  • (String)
"0.3.0"