Class: Peddler::APIs::AplusContent20201101::ValidateContentDocumentASINRelationsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AplusContent20201101::ValidateContentDocumentASINRelationsResponse
- Defined in:
- sig/peddler/apis/aplus_content_2020_11_01.rbs
Instance Attribute Summary collapse
-
#errors ⇒ Array[Peddler::APIs::AplusContent20201101::Error]
readonly
Returns the value of attribute errors.
-
#warnings ⇒ Array[Peddler::APIs::AplusContent20201101::Error]?
readonly
Returns the value of attribute warnings.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors, :warnings ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AplusContent20201101::ValidateContentDocumentASINRelationsResponse
Instance Method Summary collapse
-
#members ⇒ [ :errors, :warnings ]
-
#to_h ⇒ { errors: Array[Peddler::APIs::AplusContent20201101::Error], warnings: Array[Peddler::APIs::AplusContent20201101::Error]? }
Instance Attribute Details
#errors ⇒ Array[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 |
#warnings ⇒ Array[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 ]
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
|
.parse ⇒ Peddler::APIs::AplusContent20201101::ValidateContentDocumentASINRelationsResponse
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 ]
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]? }
|