Method: App42::Shopping::Category#to_s
- Defined in:
- lib/shopping/Catalogue.rb
#to_s ⇒ Object
Returns the Cart Response in JSON format.
45 46 47 |
# File 'lib/shopping/Catalogue.rb', line 45 def to_s return "name : #{@name}" + "description : #{@description}"; end |