Sha256: c818b4afeb9a6f3a8ac3d363e794f1ea1483ff28c69ef62ce3d8833fd0d47ef4
Contents?: true
Size: 432 Bytes
Versions: 5
Compression:
Stored size: 432 Bytes
Contents
require "flex_commerce_api/api_base" module FlexCommerce # # A flex commerce Report model # # This model provides access to the Shift Reports feature. # # It is used much like an active record model. # # Examples: # # # Fetch all reports, paginated # FlexCommerce::Report.all # class Report < FlexCommerceApi::ApiBase has_many :invocations, class_name: "::FlexCommerce::ReportInvocation" end end
Version data entries
5 entries across 5 versions & 1 rubygems