Method: DatawireQuarkCore::JSONObject#getBool

Defined in:
lib/datawire-quark-core.rb

#getBoolObject

Bool



322
323
324
325
326
# File 'lib/datawire-quark-core.rb', line 322

def getBool
  return nil unless isBool

  value
end