Sha256: 83811f22f3fb83c115e52b1ebf88a00f20f7e2a3b7ec4f6e4b12e326cc745eaa

Contents?: true

Size: 158 Bytes

Versions: 5

Compression:

Stored size: 158 Bytes

Contents

# frozen_string_literal: true

module ZohoHub
  class Product < BaseRecord
    def initialize(params)
      puts Rainbow(params).red.bright
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
zoho_hub-0.2.0 lib/zoho_hub/deprecated_and_only_for_reference_records/product.rb
zoho_hub-0.1.9 lib/zoho_hub/deprecated_and_only_for_reference_records/product.rb
zoho_hub-0.1.8 lib/zoho_hub/records/product.rb
zoho_hub-0.1.7 lib/zoho_hub/records/product.rb
zoho_hub-0.1.6 lib/zoho_hub/records/product.rb