Class: Peddler::APIs::SolicitationsV1::CreateProductReviewAndSellerFeedbackSolicitationResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::SolicitationsV1::CreateProductReviewAndSellerFeedbackSolicitationResponse
- Defined in:
- sig/peddler/apis/solicitations_v1.rbs
Instance Attribute Summary collapse
-
#errors ⇒ Array[Peddler::APIs::SolicitationsV1::Error]?
readonly
Returns the value of attribute errors.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::SolicitationsV1::CreateProductReviewAndSellerFeedbackSolicitationResponse
Instance Method Summary collapse
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::SolicitationsV1::Error]? (readonly)
Returns the value of attribute errors.
14 15 16 |
# File 'sig/peddler/apis/solicitations_v1.rbs', line 14 def errors @errors end |
Class Method Details
.[](errors:) ⇒ Peddler::APIs::SolicitationsV1::CreateProductReviewAndSellerFeedbackSolicitationResponse .[](arg0) ⇒ Peddler::APIs::SolicitationsV1::CreateProductReviewAndSellerFeedbackSolicitationResponse
7 8 |
# File 'sig/peddler/apis/solicitations_v1.rbs', line 7
def self.[]: (?errors: Array[Peddler::APIs::SolicitationsV1::Error]?) -> Peddler::APIs::SolicitationsV1::CreateProductReviewAndSellerFeedbackSolicitationResponse
| (Array[Peddler::APIs::SolicitationsV1::Error]?) -> Peddler::APIs::SolicitationsV1::CreateProductReviewAndSellerFeedbackSolicitationResponse
|
.members ⇒ [ :errors ]
10 |
# File 'sig/peddler/apis/solicitations_v1.rbs', line 10
def self.members: () -> [ :errors ]
|
.new(errors:) ⇒ Peddler::APIs::SolicitationsV1::CreateProductReviewAndSellerFeedbackSolicitationResponse .new(arg0) ⇒ Peddler::APIs::SolicitationsV1::CreateProductReviewAndSellerFeedbackSolicitationResponse
5 6 |
# File 'sig/peddler/apis/solicitations_v1.rbs', line 5
def self.new: (?errors: Array[Peddler::APIs::SolicitationsV1::Error]?) -> Peddler::APIs::SolicitationsV1::CreateProductReviewAndSellerFeedbackSolicitationResponse
| (Array[Peddler::APIs::SolicitationsV1::Error]?) -> Peddler::APIs::SolicitationsV1::CreateProductReviewAndSellerFeedbackSolicitationResponse
|
.parse ⇒ Peddler::APIs::SolicitationsV1::CreateProductReviewAndSellerFeedbackSolicitationResponse
12 |
# File 'sig/peddler/apis/solicitations_v1.rbs', line 12
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::SolicitationsV1::CreateProductReviewAndSellerFeedbackSolicitationResponse
|
Instance Method Details
#members ⇒ [ :errors ]
16 |
# File 'sig/peddler/apis/solicitations_v1.rbs', line 16
def members: () -> [ :errors ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::SolicitationsV1::Error]? }
17 |
# File 'sig/peddler/apis/solicitations_v1.rbs', line 17
def to_h: () -> { errors: Array[Peddler::APIs::SolicitationsV1::Error]? }
|