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

Version Path
flex_commerce_api-0.8.3 app/models/report.rb
flex_commerce_api-0.8.2 app/models/report.rb
flex_commerce_api-0.8.1 app/models/report.rb
flex_commerce_api-0.7 app/models/report.rb
flex_commerce_api-0.6.57 app/models/report.rb