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.



168
169
170
171
# File 'lib/google/protobuf/ffi/ffi.rb', line 168

def initialize
  super
  FFI.clear self
end