Class: Peddler::Reports::MarketplaceASINPageViewMetrics::ReportSpecification

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/reports/marketplace_asin_page_view_metrics.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, nil)


67
68
69
# File 'sig/peddler/reports/marketplace_asin_page_view_metrics.rbs', line 67

def data_end_time
  @data_end_time
end

#data_start_timeDate? (readonly)

Returns the value of attribute data_start_time.

Returns:

  • (Date, nil)


68
69
70
# File 'sig/peddler/reports/marketplace_asin_page_view_metrics.rbs', line 68

def data_start_time
  @data_start_time
end

#marketplace_idsArray[String] (readonly)

Returns the value of attribute marketplace_ids.

Returns:

  • (Array[String])


69
70
71
# File 'sig/peddler/reports/marketplace_asin_page_view_metrics.rbs', line 69

def marketplace_ids
  @marketplace_ids
end

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

Returns the value of attribute report_options.



70
71
72
# File 'sig/peddler/reports/marketplace_asin_page_view_metrics.rbs', line 70

def report_options
  @report_options
end

#report_typeString (readonly)

Returns the value of attribute report_type.

Returns:

  • (String)


71
72
73
# File 'sig/peddler/reports/marketplace_asin_page_view_metrics.rbs', line 71

def report_type
  @report_type
end

Class Method Details

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

Overloads:



60
61
# File 'sig/peddler/reports/marketplace_asin_page_view_metrics.rbs', line 60

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

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

Returns:

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


63
# File 'sig/peddler/reports/marketplace_asin_page_view_metrics.rbs', line 63

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

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

Overloads:



58
59
# File 'sig/peddler/reports/marketplace_asin_page_view_metrics.rbs', line 58

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

.parsePeddler::Reports::MarketplaceASINPageViewMetrics::ReportSpecification

Parameters:

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

Returns:



65
# File 'sig/peddler/reports/marketplace_asin_page_view_metrics.rbs', line 65

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

Instance Method Details

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

Returns:

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


73
# File 'sig/peddler/reports/marketplace_asin_page_view_metrics.rbs', line 73

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

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

Returns:



74
# File 'sig/peddler/reports/marketplace_asin_page_view_metrics.rbs', line 74

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