Sha256: c755a5d4c39803791393d2b27640d307143445e2c1a8bd111f9fec163bf1ab12
Contents?: true
Size: 283 Bytes
Versions: 18
Compression:
Stored size: 283 Bytes
Contents
# frozen_string_literal: true module IronBank module Resources # A Zuora product holds many product rate plans. # class Product < Resource with_schema with_local_records with_cache with_many :product_rate_plans, alias: :plans end end end
Version data entries
18 entries across 18 versions & 1 rubygems