class Mindee::Parsing::Common::Product
Product information
def initialize(prediction)
-
prediction
(Hash
) --
def initialize(prediction) @name = prediction['name'] @type = prediction['type'] @version = prediction['version'] end
Product information
prediction
(Hash
)
--
def initialize(prediction) @name = prediction['name'] @type = prediction['type'] @version = prediction['version'] end