Class: Peddler::APIs::Replenishment20221107::PaginationResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Replenishment20221107::PaginationResponse
- Defined in:
- sig/peddler/apis/replenishment_2022_11_07.rbs
Instance Attribute Summary collapse
-
#total_results ⇒ Integer?
readonly
Returns the value of attribute total_results.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :total_results ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Replenishment20221107::PaginationResponse
Instance Method Summary collapse
Instance Attribute Details
#total_results ⇒ Integer? (readonly)
Returns the value of attribute total_results.
528 529 530 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 528 def total_results @total_results end |
Class Method Details
.[](total_results:) ⇒ Peddler::APIs::Replenishment20221107::PaginationResponse .[](arg0) ⇒ Peddler::APIs::Replenishment20221107::PaginationResponse
521 522 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 521
def self.[]: (?total_results: Integer?) -> Peddler::APIs::Replenishment20221107::PaginationResponse
| (Integer?) -> Peddler::APIs::Replenishment20221107::PaginationResponse
|
.members ⇒ [ :total_results ]
524 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 524
def self.members: () -> [ :total_results ]
|
.new(total_results:) ⇒ Peddler::APIs::Replenishment20221107::PaginationResponse .new(arg0) ⇒ Peddler::APIs::Replenishment20221107::PaginationResponse
519 520 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 519
def self.new: (?total_results: Integer?) -> Peddler::APIs::Replenishment20221107::PaginationResponse
| (Integer?) -> Peddler::APIs::Replenishment20221107::PaginationResponse
|
.parse ⇒ Peddler::APIs::Replenishment20221107::PaginationResponse
526 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 526
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Replenishment20221107::PaginationResponse
|
Instance Method Details
#members ⇒ [ :total_results ]
530 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 530
def members: () -> [ :total_results ]
|
#to_h ⇒ { total_results: Integer? }
531 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 531
def to_h: () -> { total_results: Integer? }
|