Class: Peddler::APIs::AplusContent20201101::GetContentDocumentResponse

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#content_recordPeddler::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

#warningsArray[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 ]

Returns:

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

.parsePeddler::APIs::AplusContent20201101::GetContentDocumentResponse

Parameters:

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

Returns:



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 ]

Returns:

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