class Mindee::Parsing::Common::Product

Product information

def initialize(prediction)

Parameters:
  • prediction (Hash) --
def initialize(prediction)
  @name = prediction['name']
  @type = prediction['type']
  @version = prediction['version']
end