Class: Peddler::APIs::AplusContent20201101::ValidateContentDocumentASINRelationsResponse

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#errorsArray[Peddler::APIs::AplusContent20201101::Error] (readonly)

Returns the value of attribute errors.



1018
1019
1020
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 1018

def errors
  @errors
end

#warningsArray[Peddler::APIs::AplusContent20201101::Error]? (readonly)

Returns the value of attribute warnings.



1019
1020
1021
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 1019

def warnings
  @warnings
end

Class Method Details

.[](errors:, warnings:) ⇒ Peddler::APIs::AplusContent20201101::ValidateContentDocumentASINRelationsResponse .[](arg0, arg1) ⇒ Peddler::APIs::AplusContent20201101::ValidateContentDocumentASINRelationsResponse



1011
1012
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 1011

def self.[]: (errors: Array[Peddler::APIs::AplusContent20201101::Error], ?warnings: Array[Peddler::APIs::AplusContent20201101::Error]?) -> Peddler::APIs::AplusContent20201101::ValidateContentDocumentASINRelationsResponse
| (Array[Peddler::APIs::AplusContent20201101::Error], Array[Peddler::APIs::AplusContent20201101::Error]?) -> Peddler::APIs::AplusContent20201101::ValidateContentDocumentASINRelationsResponse

.members[ :errors, :warnings ]

Returns:

  • ([ :errors, :warnings ])


1014
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 1014

def self.members: () -> [ :errors, :warnings ]

.new(errors:, warnings:) ⇒ Peddler::APIs::AplusContent20201101::ValidateContentDocumentASINRelationsResponse .new(arg0, arg1) ⇒ Peddler::APIs::AplusContent20201101::ValidateContentDocumentASINRelationsResponse



1009
1010
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 1009

def self.new: (errors: Array[Peddler::APIs::AplusContent20201101::Error], ?warnings: Array[Peddler::APIs::AplusContent20201101::Error]?) -> Peddler::APIs::AplusContent20201101::ValidateContentDocumentASINRelationsResponse
| (Array[Peddler::APIs::AplusContent20201101::Error], Array[Peddler::APIs::AplusContent20201101::Error]?) -> Peddler::APIs::AplusContent20201101::ValidateContentDocumentASINRelationsResponse

.parsePeddler::APIs::AplusContent20201101::ValidateContentDocumentASINRelationsResponse

Parameters:

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

Returns:



1016
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 1016

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

Instance Method Details

#members[ :errors, :warnings ]

Returns:

  • ([ :errors, :warnings ])


1021
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 1021

def members: () -> [ :errors, :warnings ]

#to_h{ errors: Array[Peddler::APIs::AplusContent20201101::Error], warnings: Array[Peddler::APIs::AplusContent20201101::Error]? }



1022
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 1022

def to_h: () -> { errors: Array[Peddler::APIs::AplusContent20201101::Error], warnings: Array[Peddler::APIs::AplusContent20201101::Error]? }