Class: Peddler::APIs::AplusContent20201101::PostContentDocumentSuspendSubmissionResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AplusContent20201101::PostContentDocumentSuspendSubmissionResponse
- 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::PostContentDocumentSuspendSubmissionResponse
Instance Method Summary collapse
Instance Attribute Details
#warnings ⇒ Array[Peddler::APIs::AplusContent20201101::Error]? (readonly)
Returns the value of attribute warnings.
496 497 498 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 496 def warnings @warnings end |
Class Method Details
.[](warnings:) ⇒ Peddler::APIs::AplusContent20201101::PostContentDocumentSuspendSubmissionResponse .[](arg0) ⇒ Peddler::APIs::AplusContent20201101::PostContentDocumentSuspendSubmissionResponse
489 490 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 489
def self.[]: (?warnings: Array[Peddler::APIs::AplusContent20201101::Error]?) -> Peddler::APIs::AplusContent20201101::PostContentDocumentSuspendSubmissionResponse
| (Array[Peddler::APIs::AplusContent20201101::Error]?) -> Peddler::APIs::AplusContent20201101::PostContentDocumentSuspendSubmissionResponse
|
.members ⇒ [ :warnings ]
492 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 492
def self.members: () -> [ :warnings ]
|
.new(warnings:) ⇒ Peddler::APIs::AplusContent20201101::PostContentDocumentSuspendSubmissionResponse .new(arg0) ⇒ Peddler::APIs::AplusContent20201101::PostContentDocumentSuspendSubmissionResponse
487 488 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 487
def self.new: (?warnings: Array[Peddler::APIs::AplusContent20201101::Error]?) -> Peddler::APIs::AplusContent20201101::PostContentDocumentSuspendSubmissionResponse
| (Array[Peddler::APIs::AplusContent20201101::Error]?) -> Peddler::APIs::AplusContent20201101::PostContentDocumentSuspendSubmissionResponse
|
.parse ⇒ Peddler::APIs::AplusContent20201101::PostContentDocumentSuspendSubmissionResponse
494 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 494
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AplusContent20201101::PostContentDocumentSuspendSubmissionResponse
|
Instance Method Details
#members ⇒ [ :warnings ]
498 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 498
def members: () -> [ :warnings ]
|
#to_h ⇒ { warnings: Array[Peddler::APIs::AplusContent20201101::Error]? }
499 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 499
def to_h: () -> { warnings: Array[Peddler::APIs::AplusContent20201101::Error]? }
|