Method: App42::Shopping::Category#to_s

Defined in:
lib/shopping/Catalogue.rb

#to_sObject

Returns the Cart Response in JSON format.

Returns:

  • the response in JSON format.



45
46
47
# File 'lib/shopping/Catalogue.rb', line 45

def to_s
  return "name : #{@name}" + "description : #{@description}";
end