Class: Peddler::APIs::AplusContent20201101::PostContentDocumentResponse

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_reference_keyString (readonly)

Returns the value of attribute content_reference_key.

Returns:

  • (String)


479
480
481
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 479

def content_reference_key
  @content_reference_key
end

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

Returns:

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

.parsePeddler::APIs::AplusContent20201101::PostContentDocumentResponse

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:



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]? }