Class: Peddler::APIs::CustomerFeedback20240601::ItemReviewTrendsResponse

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/customer_feedback_2024_06_01.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#asinString (readonly)

Returns the value of attribute asin.

Returns:

  • (String)


670
671
672
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 670

def asin
  @asin
end

#country_codeString (readonly)

Returns the value of attribute country_code.

Returns:

  • (String)


671
672
673
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 671

def country_code
  @country_code
end

#date_rangePeddler::APIs::CustomerFeedback20240601::DateRange (readonly)

Returns the value of attribute date_range.



672
673
674
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 672

def date_range
  @date_range
end

#item_nameString (readonly)

Returns the value of attribute item_name.

Returns:

  • (String)


673
674
675
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 673

def item_name
  @item_name
end

#marketplace_idString (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String)


674
675
676
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 674

def marketplace_id
  @marketplace_id
end

Returns the value of attribute review_trends.



675
676
677
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 675

def review_trends
  @review_trends
end

Class Method Details

.[](asin:, country_code:, date_range:, item_name:, marketplace_id:, review_trends:) ⇒ Peddler::APIs::CustomerFeedback20240601::ItemReviewTrendsResponse .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::CustomerFeedback20240601::ItemReviewTrendsResponse

Overloads:



663
664
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 663

def self.[]: (asin: String, country_code: String, date_range: Peddler::APIs::CustomerFeedback20240601::DateRange, item_name: String, marketplace_id: String, review_trends: Peddler::APIs::CustomerFeedback20240601::ItemReviewTrends) -> Peddler::APIs::CustomerFeedback20240601::ItemReviewTrendsResponse
| (String, String, Peddler::APIs::CustomerFeedback20240601::DateRange, String, String, Peddler::APIs::CustomerFeedback20240601::ItemReviewTrends) -> Peddler::APIs::CustomerFeedback20240601::ItemReviewTrendsResponse

.members[ :asin, :country_code, :date_range, :item_name, :marketplace_id, :review_trends ]

Returns:

  • ([ :asin, :country_code, :date_range, :item_name, :marketplace_id, :review_trends ])


666
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 666

def self.members: () -> [ :asin, :country_code, :date_range, :item_name, :marketplace_id, :review_trends ]

.new(asin:, country_code:, date_range:, item_name:, marketplace_id:, review_trends:) ⇒ Peddler::APIs::CustomerFeedback20240601::ItemReviewTrendsResponse .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::CustomerFeedback20240601::ItemReviewTrendsResponse

Overloads:



661
662
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 661

def self.new: (asin: String, country_code: String, date_range: Peddler::APIs::CustomerFeedback20240601::DateRange, item_name: String, marketplace_id: String, review_trends: Peddler::APIs::CustomerFeedback20240601::ItemReviewTrends) -> Peddler::APIs::CustomerFeedback20240601::ItemReviewTrendsResponse
| (String, String, Peddler::APIs::CustomerFeedback20240601::DateRange, String, String, Peddler::APIs::CustomerFeedback20240601::ItemReviewTrends) -> Peddler::APIs::CustomerFeedback20240601::ItemReviewTrendsResponse

.parsePeddler::APIs::CustomerFeedback20240601::ItemReviewTrendsResponse

Parameters:

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

Returns:



668
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 668

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::CustomerFeedback20240601::ItemReviewTrendsResponse

Instance Method Details

#members[ :asin, :country_code, :date_range, :item_name, :marketplace_id, :review_trends ]

Returns:

  • ([ :asin, :country_code, :date_range, :item_name, :marketplace_id, :review_trends ])


677
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 677

def members: () -> [ :asin, :country_code, :date_range, :item_name, :marketplace_id, :review_trends ]

#to_h{ asin: String, country_code: String, date_range: Peddler::APIs::CustomerFeedback20240601::DateRange, item_name: String, marketplace_id: String, review_trends: Peddler::APIs::CustomerFeedback20240601::ItemReviewTrends }

Returns:



678
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 678

def to_h: () -> { asin: String, country_code: String, date_range: Peddler::APIs::CustomerFeedback20240601::DateRange, item_name: String, marketplace_id: String, review_trends: Peddler::APIs::CustomerFeedback20240601::ItemReviewTrends }