Sha256: aeee5bf068b817e7a2287bc5fc092bbfb99b10ee2f0b0fbf5a558c9592bd5550
Contents?: true
Size: 581 Bytes
Versions: 16
Compression:
Stored size: 581 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: Common/Date.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("Common/Date.proto", :syntax => :proto3) do add_message "Workstream.Protocol.Common.Date" do optional :year, :int32, 1 optional :month, :int32, 2 optional :day, :int32, 3 end end end module Workstream module Protocol module Common Date = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("Workstream.Protocol.Common.Date").msgclass end end end
Version data entries
16 entries across 16 versions & 1 rubygems