Sha256: d9ba7c0e6c128cae1cbc6af31adec24d6706b4b3b37732e2261780b76029abaf
Contents?: true
Size: 474 Bytes
Versions: 5
Compression:
Stored size: 474 Bytes
Contents
require "flex_commerce_api/api_base" module FlexCommerce # # A flex commerce Report Invocation model # # This model provides access to the Shift Report Invocations feature. # # It is used much like an active record model. # # Examples: # # # List the invocations of the first report # FlexCommerce::Report.first.invocations # class ReportInvocation < FlexCommerceApi::ApiBase has_one :report, class_name: "::FlexCommerce::Report" end end
Version data entries
5 entries across 5 versions & 1 rubygems