class Mindee::Product::FR::CarteGrise::CarteGriseV1Page
Carte Grise API version 1.1 page data.
def initialize(prediction)
-
prediction
(Hash
) --
def initialize(prediction) super @prediction = if prediction['prediction'].empty? nil else CarteGriseV1PagePrediction.new( prediction['prediction'], prediction['id'] ) end end