Class: Peddler::APIs::AplusContent20201101::PostContentDocumentApprovalSubmissionResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AplusContent20201101::PostContentDocumentApprovalSubmissionResponse
- Defined in:
- sig/peddler/apis/aplus_content_2020_11_01.rbs
Instance Attribute Summary collapse
-
#warnings ⇒ Array[Peddler::APIs::AplusContent20201101::Error]?
readonly
Returns the value of attribute warnings.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :warnings ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AplusContent20201101::PostContentDocumentApprovalSubmissionResponse
Instance Method Summary collapse
Instance Attribute Details
#warnings ⇒ Array[Peddler::APIs::AplusContent20201101::Error]? (readonly)
Returns the value of attribute warnings.
447 448 449 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 447 def warnings @warnings end |
Class Method Details
.[](warnings:) ⇒ Peddler::APIs::AplusContent20201101::PostContentDocumentApprovalSubmissionResponse .[](arg0) ⇒ Peddler::APIs::AplusContent20201101::PostContentDocumentApprovalSubmissionResponse
440 441 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 440
def self.[]: (?warnings: Array[Peddler::APIs::AplusContent20201101::Error]?) -> Peddler::APIs::AplusContent20201101::PostContentDocumentApprovalSubmissionResponse
| (Array[Peddler::APIs::AplusContent20201101::Error]?) -> Peddler::APIs::AplusContent20201101::PostContentDocumentApprovalSubmissionResponse
|
.members ⇒ [ :warnings ]
443 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 443
def self.members: () -> [ :warnings ]
|
.new(warnings:) ⇒ Peddler::APIs::AplusContent20201101::PostContentDocumentApprovalSubmissionResponse .new(arg0) ⇒ Peddler::APIs::AplusContent20201101::PostContentDocumentApprovalSubmissionResponse
438 439 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 438
def self.new: (?warnings: Array[Peddler::APIs::AplusContent20201101::Error]?) -> Peddler::APIs::AplusContent20201101::PostContentDocumentApprovalSubmissionResponse
| (Array[Peddler::APIs::AplusContent20201101::Error]?) -> Peddler::APIs::AplusContent20201101::PostContentDocumentApprovalSubmissionResponse
|
.parse ⇒ Peddler::APIs::AplusContent20201101::PostContentDocumentApprovalSubmissionResponse
445 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 445
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AplusContent20201101::PostContentDocumentApprovalSubmissionResponse
|
Instance Method Details
#members ⇒ [ :warnings ]
449 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 449
def members: () -> [ :warnings ]
|
#to_h ⇒ { warnings: Array[Peddler::APIs::AplusContent20201101::Error]? }
450 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 450
def to_h: () -> { warnings: Array[Peddler::APIs::AplusContent20201101::Error]? }
|