Method: WAB::Data#detect

Defined in:
lib/wab/data.rb

#detectObject

Detects and converts strings to Ruby objects following the rules:

Time

“2017-01-05T15:04:33.123456789Z”, zulu only

UUID

“b0ca922d-372e-41f4-8fea-47d880188ba3”

URI

opo.technology/sample”, HTTP only

Raises:

  • (NotImplementedError)


79
80
81
# File 'lib/wab/data.rb', line 79

def detect()
  raise NotImplementedError.new
end