Class: Peddler::APIs::SolicitationsV1::CreateProductReviewAndSellerFeedbackSolicitationResponse

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#errorsArray[Peddler::APIs::SolicitationsV1::Error]? (readonly)

Returns the value of attribute errors.

Returns:



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 ]

Returns:

  • ([ :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

.parsePeddler::APIs::SolicitationsV1::CreateProductReviewAndSellerFeedbackSolicitationResponse

Parameters:

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

Returns:



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 ]

Returns:

  • ([ :errors ])


16
# File 'sig/peddler/apis/solicitations_v1.rbs', line 16

def members: () -> [ :errors ]

#to_h{ errors: Array[Peddler::APIs::SolicitationsV1::Error]? }

Returns:



17
# File 'sig/peddler/apis/solicitations_v1.rbs', line 17

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