class GMSEC::Status

Public Instance Methods

code() click to toggle source
# File lib/gmsec/status.rb, line 16
def code
  gmsec_GetStatusCode(self)
end
is_error?() click to toggle source
# File lib/gmsec/status.rb, line 8
def is_error?
  gmsec_isStatusError(self) > 0
end
to_s() click to toggle source
# File lib/gmsec/status.rb, line 12
def to_s
  gmsec_GetStatusString(self)
end