Class: Peddler::APIs::AplusContent20201101::AplusPaginatedResponse

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

#next_page_tokenString? (readonly)

Returns the value of attribute next_page_token.

Returns:

  • (String, nil)


47
48
49
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 47

def next_page_token
  @next_page_token
end

#warningsArray[Peddler::APIs::AplusContent20201101::Error]? (readonly)

Returns the value of attribute warnings.



48
49
50
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 48

def warnings
  @warnings
end

Class Method Details

.[](next_page_token:, warnings:) ⇒ Peddler::APIs::AplusContent20201101::AplusPaginatedResponse .[](arg0, arg1) ⇒ Peddler::APIs::AplusContent20201101::AplusPaginatedResponse

Overloads:



40
41
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 40

def self.[]: (?next_page_token: String?, ?warnings: Array[Peddler::APIs::AplusContent20201101::Error]?) -> Peddler::APIs::AplusContent20201101::AplusPaginatedResponse
| (String?, Array[Peddler::APIs::AplusContent20201101::Error]?) -> Peddler::APIs::AplusContent20201101::AplusPaginatedResponse

.members[ :next_page_token, :warnings ]

Returns:

  • ([ :next_page_token, :warnings ])


43
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 43

def self.members: () -> [ :next_page_token, :warnings ]

.new(next_page_token:, warnings:) ⇒ Peddler::APIs::AplusContent20201101::AplusPaginatedResponse .new(arg0, arg1) ⇒ Peddler::APIs::AplusContent20201101::AplusPaginatedResponse

Overloads:



38
39
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 38

def self.new: (?next_page_token: String?, ?warnings: Array[Peddler::APIs::AplusContent20201101::Error]?) -> Peddler::APIs::AplusContent20201101::AplusPaginatedResponse
| (String?, Array[Peddler::APIs::AplusContent20201101::Error]?) -> Peddler::APIs::AplusContent20201101::AplusPaginatedResponse

.parsePeddler::APIs::AplusContent20201101::AplusPaginatedResponse

Parameters:

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

Returns:



45
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 45

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AplusContent20201101::AplusPaginatedResponse

Instance Method Details

#members[ :next_page_token, :warnings ]

Returns:

  • ([ :next_page_token, :warnings ])


50
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 50

def members: () -> [ :next_page_token, :warnings ]

#to_h{ next_page_token: String?, warnings: Array[Peddler::APIs::AplusContent20201101::Error]? }

Returns:



51
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 51

def to_h: () -> { next_page_token: String?, warnings: Array[Peddler::APIs::AplusContent20201101::Error]? }