module ProtobufSpec::Builder

Public Class Methods

protobuf() click to toggle source
# File lib/protobuf_spec/builder.rb, line 5
def self.protobuf
  @protobuf
end
protobuf=(protobuf) click to toggle source
# File lib/protobuf_spec/builder.rb, line 9
def self.protobuf= protobuf
  @protobuf=protobuf 
end