class KRPC::Types::TypeBase

Attributes

protobuf_type[R]
ruby_type[R]

Public Class Methods

new(protobuf_type, ruby_type) click to toggle source
# File lib/krpc/types.rb, line 80
def initialize(protobuf_type, ruby_type)
  @protobuf_type = protobuf_type
  @ruby_type = ruby_type
end