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.
501 502 503 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 501 def total_results @total_results end |
Class Method Details
.[](total_results:) ⇒ Peddler::APIs::Replenishment20221107::PaginationResponse .[](arg0) ⇒ Peddler::APIs::Replenishment20221107::PaginationResponse
494 495 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 494
def self.[]: (?total_results: Integer?) -> Peddler::APIs::Replenishment20221107::PaginationResponse
| (Integer?) -> Peddler::APIs::Replenishment20221107::PaginationResponse
|
.members ⇒ [ :total_results ]
497 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 497
def self.members: () -> [ :total_results ]
|
.new(total_results:) ⇒ Peddler::APIs::Replenishment20221107::PaginationResponse .new(arg0) ⇒ Peddler::APIs::Replenishment20221107::PaginationResponse
492 493 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 492
def self.new: (?total_results: Integer?) -> Peddler::APIs::Replenishment20221107::PaginationResponse
| (Integer?) -> Peddler::APIs::Replenishment20221107::PaginationResponse
|
.parse ⇒ Peddler::APIs::Replenishment20221107::PaginationResponse
499 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 499
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Replenishment20221107::PaginationResponse
|
Instance Method Details
#members ⇒ [ :total_results ]
503 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 503
def members: () -> [ :total_results ]
|
#to_h ⇒ { total_results: Integer? }
504 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 504
def to_h: () -> { total_results: Integer? }
|