Class: Peddler::APIs::AplusContent20201101::GetContentDocumentResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AplusContent20201101::GetContentDocumentResponse
- Defined in:
- sig/peddler/apis/aplus_content_2020_11_01.rbs
Instance Attribute Summary collapse
-
#content_record ⇒ Peddler::APIs::AplusContent20201101::ContentRecord
readonly
Returns the value of attribute content_record.
-
#warnings ⇒ Array[Peddler::APIs::AplusContent20201101::Error]?
readonly
Returns the value of attribute warnings.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :content_record, :warnings ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AplusContent20201101::GetContentDocumentResponse
Instance Method Summary collapse
-
#members ⇒ [ :content_record, :warnings ]
-
#to_h ⇒ { content_record: Peddler::APIs::AplusContent20201101::ContentRecord, warnings: Array[Peddler::APIs::AplusContent20201101::Error]? }
Instance Attribute Details
#content_record ⇒ Peddler::APIs::AplusContent20201101::ContentRecord (readonly)
Returns the value of attribute content_record.
259 260 261 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 259 def content_record @content_record end |
#warnings ⇒ Array[Peddler::APIs::AplusContent20201101::Error]? (readonly)
Returns the value of attribute warnings.
260 261 262 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 260 def warnings @warnings end |
Class Method Details
.[](content_record:, warnings:) ⇒ Peddler::APIs::AplusContent20201101::GetContentDocumentResponse .[](arg0, arg1) ⇒ Peddler::APIs::AplusContent20201101::GetContentDocumentResponse
252 253 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 252
def self.[]: (content_record: Peddler::APIs::AplusContent20201101::ContentRecord, ?warnings: Array[Peddler::APIs::AplusContent20201101::Error]?) -> Peddler::APIs::AplusContent20201101::GetContentDocumentResponse
| (Peddler::APIs::AplusContent20201101::ContentRecord, Array[Peddler::APIs::AplusContent20201101::Error]?) -> Peddler::APIs::AplusContent20201101::GetContentDocumentResponse
|
.members ⇒ [ :content_record, :warnings ]
255 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 255
def self.members: () -> [ :content_record, :warnings ]
|
.new(content_record:, warnings:) ⇒ Peddler::APIs::AplusContent20201101::GetContentDocumentResponse .new(arg0, arg1) ⇒ Peddler::APIs::AplusContent20201101::GetContentDocumentResponse
250 251 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 250
def self.new: (content_record: Peddler::APIs::AplusContent20201101::ContentRecord, ?warnings: Array[Peddler::APIs::AplusContent20201101::Error]?) -> Peddler::APIs::AplusContent20201101::GetContentDocumentResponse
| (Peddler::APIs::AplusContent20201101::ContentRecord, Array[Peddler::APIs::AplusContent20201101::Error]?) -> Peddler::APIs::AplusContent20201101::GetContentDocumentResponse
|
.parse ⇒ Peddler::APIs::AplusContent20201101::GetContentDocumentResponse
257 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 257
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AplusContent20201101::GetContentDocumentResponse
|
Instance Method Details
#members ⇒ [ :content_record, :warnings ]
262 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 262
def members: () -> [ :content_record, :warnings ]
|
#to_h ⇒ { content_record: Peddler::APIs::AplusContent20201101::ContentRecord, warnings: Array[Peddler::APIs::AplusContent20201101::Error]? }
263 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 263
def to_h: () -> { content_record: Peddler::APIs::AplusContent20201101::ContentRecord, warnings: Array[Peddler::APIs::AplusContent20201101::Error]? }
|