Class: Peddler::Reports::SellingPartnerSearchTerms::ReportSpecification
- Inherits:
-
Data
- Object
- Data
- Peddler::Reports::SellingPartnerSearchTerms::ReportSpecification
- Defined in:
- sig/peddler/reports/selling_partner_search_terms.rbs
Instance Attribute Summary collapse
-
#data_end_time ⇒ Date
readonly
Returns the value of attribute data_end_time.
-
#data_start_time ⇒ Date
readonly
Returns the value of attribute data_start_time.
-
#marketplace_ids ⇒ Array[String]
readonly
Returns the value of attribute marketplace_ids.
-
#report_options ⇒ Peddler::Reports::SellingPartnerSearchTerms::ReportOptions
readonly
Returns the value of attribute report_options.
-
#report_type ⇒ String
readonly
Returns the value of attribute report_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :data_end_time, :data_start_time, :marketplace_ids, :report_options, :report_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Reports::SellingPartnerSearchTerms::ReportSpecification
Instance Method Summary collapse
-
#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::SellingPartnerSearchTerms::ReportOptions, report_type: String }
Instance Attribute Details
#data_end_time ⇒ Date (readonly)
Returns the value of attribute data_end_time.
69 70 71 |
# File 'sig/peddler/reports/selling_partner_search_terms.rbs', line 69 def data_end_time @data_end_time end |
#data_start_time ⇒ Date (readonly)
Returns the value of attribute data_start_time.
70 71 72 |
# File 'sig/peddler/reports/selling_partner_search_terms.rbs', line 70 def data_start_time @data_start_time end |
#marketplace_ids ⇒ Array[String] (readonly)
Returns the value of attribute marketplace_ids.
71 72 73 |
# File 'sig/peddler/reports/selling_partner_search_terms.rbs', line 71 def marketplace_ids @marketplace_ids end |
#report_options ⇒ Peddler::Reports::SellingPartnerSearchTerms::ReportOptions (readonly)
Returns the value of attribute report_options.
72 73 74 |
# File 'sig/peddler/reports/selling_partner_search_terms.rbs', line 72 def @report_options end |
#report_type ⇒ String (readonly)
Returns the value of attribute report_type.
73 74 75 |
# File 'sig/peddler/reports/selling_partner_search_terms.rbs', line 73 def report_type @report_type end |
Class Method Details
.[](data_end_time:, data_start_time:, marketplace_ids:, report_options:, report_type:) ⇒ Peddler::Reports::SellingPartnerSearchTerms::ReportSpecification .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::Reports::SellingPartnerSearchTerms::ReportSpecification
62 63 |
# File 'sig/peddler/reports/selling_partner_search_terms.rbs', line 62
def self.[]: (data_end_time: Date, data_start_time: Date, marketplace_ids: Array[String], report_options: Peddler::Reports::SellingPartnerSearchTerms::ReportOptions, report_type: String) -> Peddler::Reports::SellingPartnerSearchTerms::ReportSpecification
| (Date, Date, Array[String], Peddler::Reports::SellingPartnerSearchTerms::ReportOptions, String) -> Peddler::Reports::SellingPartnerSearchTerms::ReportSpecification
|
.members ⇒ [ :data_end_time, :data_start_time, :marketplace_ids, :report_options, :report_type ]
65 |
# File 'sig/peddler/reports/selling_partner_search_terms.rbs', line 65
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::SellingPartnerSearchTerms::ReportSpecification .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::Reports::SellingPartnerSearchTerms::ReportSpecification
60 61 |
# File 'sig/peddler/reports/selling_partner_search_terms.rbs', line 60
def self.new: (data_end_time: Date, data_start_time: Date, marketplace_ids: Array[String], report_options: Peddler::Reports::SellingPartnerSearchTerms::ReportOptions, report_type: String) -> Peddler::Reports::SellingPartnerSearchTerms::ReportSpecification
| (Date, Date, Array[String], Peddler::Reports::SellingPartnerSearchTerms::ReportOptions, String) -> Peddler::Reports::SellingPartnerSearchTerms::ReportSpecification
|
.parse ⇒ Peddler::Reports::SellingPartnerSearchTerms::ReportSpecification
67 |
# File 'sig/peddler/reports/selling_partner_search_terms.rbs', line 67
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Reports::SellingPartnerSearchTerms::ReportSpecification
|
Instance Method Details
#members ⇒ [ :data_end_time, :data_start_time, :marketplace_ids, :report_options, :report_type ]
75 |
# File 'sig/peddler/reports/selling_partner_search_terms.rbs', line 75
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::SellingPartnerSearchTerms::ReportOptions, report_type: String }
76 |
# File 'sig/peddler/reports/selling_partner_search_terms.rbs', line 76
def to_h: () -> { data_end_time: Date, data_start_time: Date, marketplace_ids: Array[String], report_options: Peddler::Reports::SellingPartnerSearchTerms::ReportOptions, report_type: String }
|