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.



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

def initialize
  super
  FFI.clear self
end