Class: Peddler::APIs::AplusContent20201101::AplusPaginatedResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AplusContent20201101::AplusPaginatedResponse
- Defined in:
- sig/peddler/apis/aplus_content_2020_11_01.rbs
Instance Attribute Summary collapse
-
#next_page_token ⇒ String?
readonly
Returns the value of attribute next_page_token.
-
#warnings ⇒ Array[Peddler::APIs::AplusContent20201101::Error]?
readonly
Returns the value of attribute warnings.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :next_page_token, :warnings ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AplusContent20201101::AplusPaginatedResponse
Instance Method Summary collapse
-
#members ⇒ [ :next_page_token, :warnings ]
-
#to_h ⇒ { next_page_token: String?, warnings: Array[Peddler::APIs::AplusContent20201101::Error]? }
Instance Attribute Details
#next_page_token ⇒ String? (readonly)
Returns the value of attribute next_page_token.
47 48 49 |
# File 'sig/peddler/apis/aplus_content_2020_11_01.rbs', line 47 def next_page_token @next_page_token end |
#warnings ⇒ Array[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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::AplusContent20201101::AplusPaginatedResponse
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 ]
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]? }
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]? }
|