Class: Google::Protobuf::FFI::Status

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/google/protobuf/ffi/ffi.rb

Instance Method Summary collapse

Constructor Details

#initializeStatus

Returns a new instance of Status.



172
173
174
175
# File 'lib/google/protobuf/ffi/ffi.rb', line 172

def initialize
  super
  FFI.clear self
end