Module: Peddler::DataKiosk::VendorAnalytics20240930

Defined in:
lib/peddler/data_kiosk/vendor_analytics20240930.rb,
lib/peddler/data_kiosk/vendor_analytics20240930/costs.rb,
lib/peddler/data_kiosk/vendor_analytics20240930/amount.rb,
lib/peddler/data_kiosk/vendor_analytics20240930/orders.rb,
lib/peddler/data_kiosk/vendor_analytics20240930/traffic.rb,
lib/peddler/data_kiosk/vendor_analytics20240930/sourcing.rb,
lib/peddler/data_kiosk/vendor_analytics20240930/sourcing_view.rb,
lib/peddler/data_kiosk/vendor_analytics20240930/shipped_orders.rb,
lib/peddler/data_kiosk/vendor_analytics20240930/customer_reviews.rb,
lib/peddler/data_kiosk/vendor_analytics20240930/units_with_value.rb,
lib/peddler/data_kiosk/vendor_analytics20240930/manufacturing_view.rb,
lib/peddler/data_kiosk/vendor_analytics20240930/group_by_attributes.rb,
lib/peddler/data_kiosk/vendor_analytics20240930/product_availability.rb,
lib/peddler/data_kiosk/vendor_analytics20240930/customer_satisfaction.rb,
lib/peddler/data_kiosk/vendor_analytics20240930/sourcing_view_metrics.rb,
lib/peddler/data_kiosk/vendor_analytics20240930/customer_return_topics.rb,
lib/peddler/data_kiosk/vendor_analytics20240930/customer_review_topics.rb,
lib/peddler/data_kiosk/vendor_analytics20240930/forecasted_demand_weekly.rb,
lib/peddler/data_kiosk/vendor_analytics20240930/manufacturing_view_metrics.rb,
lib/peddler/data_kiosk/vendor_analytics20240930/forecasted_demand_statistic.rb,
lib/peddler/data_kiosk/vendor_analytics20240930/sourcing_view_metrics_grouped_by.rb,
lib/peddler/data_kiosk/vendor_analytics20240930/analytics_vendoranalytics20240930.rb,
lib/peddler/data_kiosk/vendor_analytics20240930/manufacturing_view_metrics_grouped_by.rb,
sig/peddler/data_kiosk/vendor_analytics20240930.rbs

Defined Under Namespace

Classes: Amount, AnalyticsVendoranalytics20240930, Costs, CustomerReturnTopics, CustomerReviewTopics, CustomerReviews, CustomerSatisfaction, ForecastedDemandStatistic, ForecastedDemandWeekly, GroupByAttributes, ManufacturingView, ManufacturingViewMetrics, ManufacturingViewMetricsGroupedBy, Orders, ProductAvailability, ShippedOrders, Sourcing, SourcingView, SourcingViewMetrics, SourcingViewMetricsGroupedBy, Traffic, UnitsWithValue

Class Method Summary collapse

Class Method Details

.schemaHash

Returns GraphQL schema introspection data.

Returns:

  • (Hash)

    GraphQL schema introspection data



10
11
12
13
# File 'lib/peddler/data_kiosk/vendor_analytics20240930.rb', line 10

def schema
  path = File.expand_path("vendor_analytics20240930.json", __dir__.to_s)
  JSON.load_file(path)
end