lib/google/type/money_pb.rb
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/type/money.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "google.type.Money" do optional :currency_code, :string, 1 optional :units, :int64, 2 optional :nanos, :int32, 3 end end module Google module Type Money = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.Money").msgclass end end