Sha256: 0e45798d044b82d1e6e5c74c91abfa6f520d6bc992cce1911a1a5d19507b11ae
Contents?: true
Size: 525 Bytes
Versions: 16
Compression:
Stored size: 525 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/type/fraction.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/type/fraction.proto", :syntax => :proto3) do add_message "google.type.Fraction" do optional :numerator, :int64, 1 optional :denominator, :int64, 2 end end end module Google module Type Fraction = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.Fraction").msgclass end end
Version data entries
16 entries across 16 versions & 3 rubygems