Class: Peddler::Reports::SellerSalesAndTraffic::ReportSpecification

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#data_end_timeDate (readonly)

Returns the value of attribute data_end_time.

Returns:

  • (Date)


49
50
51
# File 'sig/peddler/reports/seller_sales_and_traffic.rbs', line 49

def data_end_time
  @data_end_time
end

#data_start_timeDate (readonly)

Returns the value of attribute data_start_time.

Returns:

  • (Date)


50
51
52
# File 'sig/peddler/reports/seller_sales_and_traffic.rbs', line 50

def data_start_time
  @data_start_time
end

#marketplace_idsArray[String] (readonly)

Returns the value of attribute marketplace_ids.

Returns:

  • (Array[String])


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

def marketplace_ids
  @marketplace_ids
end

#report_optionsPeddler::Reports::SellerSalesAndTraffic::ReportOptions (readonly)

Returns the value of attribute report_options.



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

def report_options
  @report_options
end

#report_typeString (readonly)

Returns the value of attribute report_type.

Returns:

  • (String)


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

def report_type
  @report_type
end

Class Method Details

.[](data_end_time:, data_start_time:, marketplace_ids:, report_options:, report_type:) ⇒ Peddler::Reports::SellerSalesAndTraffic::ReportSpecification .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::Reports::SellerSalesAndTraffic::ReportSpecification

Overloads:



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

def self.[]: (data_end_time: Date, data_start_time: Date, marketplace_ids: Array[String], report_options: Peddler::Reports::SellerSalesAndTraffic::ReportOptions, report_type: String) -> Peddler::Reports::SellerSalesAndTraffic::ReportSpecification
| (Date, Date, Array[String], Peddler::Reports::SellerSalesAndTraffic::ReportOptions, String) -> Peddler::Reports::SellerSalesAndTraffic::ReportSpecification

.members[ :data_end_time, :data_start_time, :marketplace_ids, :report_options, :report_type ]

Returns:

  • ([ :data_end_time, :data_start_time, :marketplace_ids, :report_options, :report_type ])


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

def self.members: () -> [ :data_end_time, :data_start_time, :marketplace_ids, :report_options, :report_type ]

.new(data_end_time:, data_start_time:, marketplace_ids:, report_options:, report_type:) ⇒ Peddler::Reports::SellerSalesAndTraffic::ReportSpecification .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::Reports::SellerSalesAndTraffic::ReportSpecification

Overloads:



40
41
# File 'sig/peddler/reports/seller_sales_and_traffic.rbs', line 40

def self.new: (data_end_time: Date, data_start_time: Date, marketplace_ids: Array[String], report_options: Peddler::Reports::SellerSalesAndTraffic::ReportOptions, report_type: String) -> Peddler::Reports::SellerSalesAndTraffic::ReportSpecification
| (Date, Date, Array[String], Peddler::Reports::SellerSalesAndTraffic::ReportOptions, String) -> Peddler::Reports::SellerSalesAndTraffic::ReportSpecification

.parsePeddler::Reports::SellerSalesAndTraffic::ReportSpecification

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :data_end_time, :data_start_time, :marketplace_ids, :report_options, :report_type ]

Returns:

  • ([ :data_end_time, :data_start_time, :marketplace_ids, :report_options, :report_type ])


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

def members: () -> [ :data_end_time, :data_start_time, :marketplace_ids, :report_options, :report_type ]

#to_h{ data_end_time: Date, data_start_time: Date, marketplace_ids: Array[String], report_options: Peddler::Reports::SellerSalesAndTraffic::ReportOptions, report_type: String }

Returns:



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

def to_h: () -> { data_end_time: Date, data_start_time: Date, marketplace_ids: Array[String], report_options: Peddler::Reports::SellerSalesAndTraffic::ReportOptions, report_type: String }