Class: Peddler::APIs::AplusContent20201101::PostContentDocumentResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AplusContent20201101::PostContentDocumentResponse
- Defined in:
- sig/peddler/apis/aplus_content_2020_11_01.rbs
Instance Attribute Summary collapse
-
#content_reference_key ⇒ String
readonly
Returns the value of attribute content_reference_key.
-
#warnings ⇒ Array[Peddler::APIs::AplusContent20201101::Error]?
readonly
Returns the value of attribute warnings.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :content_reference_key, :warnings ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AplusContent20201101::PostContentDocumentResponse
Instance Method Summary collapse
-
#members ⇒ [ :content_reference_key, :warnings ]
-
#to_h ⇒ { content_reference_key: String, warnings: Array[Peddler::APIs::AplusContent20201101::Error]? }
Instance Attribute Details
#content_reference_key ⇒ String (readonly)
Returns the value of attribute content_reference_key.
479 480 481 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 479 def content_reference_key @content_reference_key end |
#warnings ⇒ Array[Peddler::APIs::AplusContent20201101::Error]? (readonly)
Returns the value of attribute warnings.
480 481 482 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 480 def warnings @warnings end |
Class Method Details
.[](content_reference_key:, warnings:) ⇒ Peddler::APIs::AplusContent20201101::PostContentDocumentResponse .[](arg0, arg1) ⇒ Peddler::APIs::AplusContent20201101::PostContentDocumentResponse
472 473 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 472
def self.[]: (content_reference_key: String, ?warnings: Array[Peddler::APIs::AplusContent20201101::Error]?) -> Peddler::APIs::AplusContent20201101::PostContentDocumentResponse
| (String, Array[Peddler::APIs::AplusContent20201101::Error]?) -> Peddler::APIs::AplusContent20201101::PostContentDocumentResponse
|
.members ⇒ [ :content_reference_key, :warnings ]
475 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 475
def self.members: () -> [ :content_reference_key, :warnings ]
|
.new(content_reference_key:, warnings:) ⇒ Peddler::APIs::AplusContent20201101::PostContentDocumentResponse .new(arg0, arg1) ⇒ Peddler::APIs::AplusContent20201101::PostContentDocumentResponse
470 471 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 470
def self.new: (content_reference_key: String, ?warnings: Array[Peddler::APIs::AplusContent20201101::Error]?) -> Peddler::APIs::AplusContent20201101::PostContentDocumentResponse
| (String, Array[Peddler::APIs::AplusContent20201101::Error]?) -> Peddler::APIs::AplusContent20201101::PostContentDocumentResponse
|
.parse ⇒ Peddler::APIs::AplusContent20201101::PostContentDocumentResponse
477 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 477
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AplusContent20201101::PostContentDocumentResponse
|
Instance Method Details
#members ⇒ [ :content_reference_key, :warnings ]
482 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 482
def members: () -> [ :content_reference_key, :warnings ]
|
#to_h ⇒ { content_reference_key: String, warnings: Array[Peddler::APIs::AplusContent20201101::Error]? }
483 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 483
def to_h: () -> { content_reference_key: String, warnings: Array[Peddler::APIs::AplusContent20201101::Error]? }
|