Class: Peddler::Reports::VendorNetPureProductMargin::Report

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/reports/vendor_net_pure_product_margin.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#net_pure_product_margin_aggregateArray[Peddler::Reports::VendorNetPureProductMargin::NetPureProductMarginAggregateDetails] (readonly)

Returns the value of attribute net_pure_product_margin_aggregate.



51
52
53
# File 'sig/peddler/reports/vendor_net_pure_product_margin.rbs', line 51

def net_pure_product_margin_aggregate
  @net_pure_product_margin_aggregate
end

#net_pure_product_margin_by_asinArray[Peddler::Reports::VendorNetPureProductMargin::NetPureProductMarginDetailsByASIN] (readonly)

Returns the value of attribute net_pure_product_margin_by_asin.



52
53
54
# File 'sig/peddler/reports/vendor_net_pure_product_margin.rbs', line 52

def net_pure_product_margin_by_asin
  @net_pure_product_margin_by_asin
end

#report_specificationPeddler::Reports::VendorNetPureProductMargin::ReportSpecification (readonly)

Returns the value of attribute report_specification.



53
54
55
# File 'sig/peddler/reports/vendor_net_pure_product_margin.rbs', line 53

def report_specification
  @report_specification
end

Class Method Details

.[](net_pure_product_margin_aggregate:, net_pure_product_margin_by_asin:, report_specification:) ⇒ Peddler::Reports::VendorNetPureProductMargin::Report .[](arg0, arg1, arg2) ⇒ Peddler::Reports::VendorNetPureProductMargin::Report



44
45
# File 'sig/peddler/reports/vendor_net_pure_product_margin.rbs', line 44

def self.[]: (net_pure_product_margin_aggregate: Array[Peddler::Reports::VendorNetPureProductMargin::NetPureProductMarginAggregateDetails], net_pure_product_margin_by_asin: Array[Peddler::Reports::VendorNetPureProductMargin::NetPureProductMarginDetailsByASIN], report_specification: Peddler::Reports::VendorNetPureProductMargin::ReportSpecification) -> Peddler::Reports::VendorNetPureProductMargin::Report
| (Array[Peddler::Reports::VendorNetPureProductMargin::NetPureProductMarginAggregateDetails], Array[Peddler::Reports::VendorNetPureProductMargin::NetPureProductMarginDetailsByASIN], Peddler::Reports::VendorNetPureProductMargin::ReportSpecification) -> Peddler::Reports::VendorNetPureProductMargin::Report

.members[ :net_pure_product_margin_aggregate, :net_pure_product_margin_by_asin, :report_specification ]

Returns:

  • ([ :net_pure_product_margin_aggregate, :net_pure_product_margin_by_asin, :report_specification ])


47
# File 'sig/peddler/reports/vendor_net_pure_product_margin.rbs', line 47

def self.members: () -> [ :net_pure_product_margin_aggregate, :net_pure_product_margin_by_asin, :report_specification ]

.new(net_pure_product_margin_aggregate:, net_pure_product_margin_by_asin:, report_specification:) ⇒ Peddler::Reports::VendorNetPureProductMargin::Report .new(arg0, arg1, arg2) ⇒ Peddler::Reports::VendorNetPureProductMargin::Report



42
43
# File 'sig/peddler/reports/vendor_net_pure_product_margin.rbs', line 42

def self.new: (net_pure_product_margin_aggregate: Array[Peddler::Reports::VendorNetPureProductMargin::NetPureProductMarginAggregateDetails], net_pure_product_margin_by_asin: Array[Peddler::Reports::VendorNetPureProductMargin::NetPureProductMarginDetailsByASIN], report_specification: Peddler::Reports::VendorNetPureProductMargin::ReportSpecification) -> Peddler::Reports::VendorNetPureProductMargin::Report
| (Array[Peddler::Reports::VendorNetPureProductMargin::NetPureProductMarginAggregateDetails], Array[Peddler::Reports::VendorNetPureProductMargin::NetPureProductMarginDetailsByASIN], Peddler::Reports::VendorNetPureProductMargin::ReportSpecification) -> Peddler::Reports::VendorNetPureProductMargin::Report

.parsePeddler::Reports::VendorNetPureProductMargin::Report

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



49
# File 'sig/peddler/reports/vendor_net_pure_product_margin.rbs', line 49

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Reports::VendorNetPureProductMargin::Report

Instance Method Details

#members[ :net_pure_product_margin_aggregate, :net_pure_product_margin_by_asin, :report_specification ]

Returns:

  • ([ :net_pure_product_margin_aggregate, :net_pure_product_margin_by_asin, :report_specification ])


55
# File 'sig/peddler/reports/vendor_net_pure_product_margin.rbs', line 55

def members: () -> [ :net_pure_product_margin_aggregate, :net_pure_product_margin_by_asin, :report_specification ]

#to_h{ net_pure_product_margin_aggregate: Array[Peddler::Reports::VendorNetPureProductMargin::NetPureProductMarginAggregateDetails], net_pure_product_margin_by_asin: Array[Peddler::Reports::VendorNetPureProductMargin::NetPureProductMarginDetailsByASIN], report_specification: Peddler::Reports::VendorNetPureProductMargin::ReportSpecification }



56
# File 'sig/peddler/reports/vendor_net_pure_product_margin.rbs', line 56

def to_h: () -> { net_pure_product_margin_aggregate: Array[Peddler::Reports::VendorNetPureProductMargin::NetPureProductMarginAggregateDetails], net_pure_product_margin_by_asin: Array[Peddler::Reports::VendorNetPureProductMargin::NetPureProductMarginDetailsByASIN], report_specification: Peddler::Reports::VendorNetPureProductMargin::ReportSpecification }