Class: Peddler::Reports::VendorTraffic::Report
- Inherits:
-
Data
- Object
- Data
- Peddler::Reports::VendorTraffic::Report
- Defined in:
- sig/peddler/reports/vendor_traffic.rbs
Instance Attribute Summary collapse
-
#report_specification ⇒ Peddler::Reports::VendorTraffic::ReportSpecification
readonly
Returns the value of attribute report_specification.
-
#traffic_aggregate ⇒ Array[Peddler::Reports::VendorTraffic::TrafficAggregate]
readonly
Returns the value of attribute traffic_aggregate.
-
#traffic_by_asin ⇒ Array[Peddler::Reports::VendorTraffic::TrafficByASIN]
readonly
Returns the value of attribute traffic_by_asin.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :report_specification, :traffic_aggregate, :traffic_by_asin ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Reports::VendorTraffic::Report
Instance Method Summary collapse
-
#members ⇒ [ :report_specification, :traffic_aggregate, :traffic_by_asin ]
-
#to_h ⇒ { report_specification: Peddler::Reports::VendorTraffic::ReportSpecification, traffic_aggregate: Array[Peddler::Reports::VendorTraffic::TrafficAggregate], traffic_by_asin: Array[Peddler::Reports::VendorTraffic::TrafficByASIN] }
Instance Attribute Details
#report_specification ⇒ Peddler::Reports::VendorTraffic::ReportSpecification (readonly)
Returns the value of attribute report_specification.
14 15 16 |
# File 'sig/peddler/reports/vendor_traffic.rbs', line 14 def report_specification @report_specification end |
#traffic_aggregate ⇒ Array[Peddler::Reports::VendorTraffic::TrafficAggregate] (readonly)
Returns the value of attribute traffic_aggregate.
15 16 17 |
# File 'sig/peddler/reports/vendor_traffic.rbs', line 15 def traffic_aggregate @traffic_aggregate end |
#traffic_by_asin ⇒ Array[Peddler::Reports::VendorTraffic::TrafficByASIN] (readonly)
Returns the value of attribute traffic_by_asin.
16 17 18 |
# File 'sig/peddler/reports/vendor_traffic.rbs', line 16 def traffic_by_asin @traffic_by_asin end |
Class Method Details
.[](report_specification:, traffic_aggregate:, traffic_by_asin:) ⇒ Peddler::Reports::VendorTraffic::Report .[](arg0, arg1, arg2) ⇒ Peddler::Reports::VendorTraffic::Report
7 8 |
# File 'sig/peddler/reports/vendor_traffic.rbs', line 7
def self.[]: (report_specification: Peddler::Reports::VendorTraffic::ReportSpecification, traffic_aggregate: Array[Peddler::Reports::VendorTraffic::TrafficAggregate], traffic_by_asin: Array[Peddler::Reports::VendorTraffic::TrafficByASIN]) -> Peddler::Reports::VendorTraffic::Report
| (Peddler::Reports::VendorTraffic::ReportSpecification, Array[Peddler::Reports::VendorTraffic::TrafficAggregate], Array[Peddler::Reports::VendorTraffic::TrafficByASIN]) -> Peddler::Reports::VendorTraffic::Report
|
.members ⇒ [ :report_specification, :traffic_aggregate, :traffic_by_asin ]
10 |
# File 'sig/peddler/reports/vendor_traffic.rbs', line 10
def self.members: () -> [ :report_specification, :traffic_aggregate, :traffic_by_asin ]
|
.new(report_specification:, traffic_aggregate:, traffic_by_asin:) ⇒ Peddler::Reports::VendorTraffic::Report .new(arg0, arg1, arg2) ⇒ Peddler::Reports::VendorTraffic::Report
5 6 |
# File 'sig/peddler/reports/vendor_traffic.rbs', line 5
def self.new: (report_specification: Peddler::Reports::VendorTraffic::ReportSpecification, traffic_aggregate: Array[Peddler::Reports::VendorTraffic::TrafficAggregate], traffic_by_asin: Array[Peddler::Reports::VendorTraffic::TrafficByASIN]) -> Peddler::Reports::VendorTraffic::Report
| (Peddler::Reports::VendorTraffic::ReportSpecification, Array[Peddler::Reports::VendorTraffic::TrafficAggregate], Array[Peddler::Reports::VendorTraffic::TrafficByASIN]) -> Peddler::Reports::VendorTraffic::Report
|
.parse ⇒ Peddler::Reports::VendorTraffic::Report
12 |
# File 'sig/peddler/reports/vendor_traffic.rbs', line 12
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Reports::VendorTraffic::Report
|
Instance Method Details
#members ⇒ [ :report_specification, :traffic_aggregate, :traffic_by_asin ]
18 |
# File 'sig/peddler/reports/vendor_traffic.rbs', line 18
def members: () -> [ :report_specification, :traffic_aggregate, :traffic_by_asin ]
|
#to_h ⇒ { report_specification: Peddler::Reports::VendorTraffic::ReportSpecification, traffic_aggregate: Array[Peddler::Reports::VendorTraffic::TrafficAggregate], traffic_by_asin: Array[Peddler::Reports::VendorTraffic::TrafficByASIN] }
19 |
# File 'sig/peddler/reports/vendor_traffic.rbs', line 19
def to_h: () -> { report_specification: Peddler::Reports::VendorTraffic::ReportSpecification, traffic_aggregate: Array[Peddler::Reports::VendorTraffic::TrafficAggregate], traffic_by_asin: Array[Peddler::Reports::VendorTraffic::TrafficByASIN] }
|