Class: Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestPagination
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestPagination
- Defined in:
- sig/peddler/apis/replenishment_2022_11_07.rbs
Instance Attribute Summary collapse
-
#limit ⇒ Integer
readonly
Returns the value of attribute limit.
-
#offset ⇒ Integer
readonly
Returns the value of attribute offset.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :limit, :offset ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestPagination
Instance Method Summary collapse
Instance Attribute Details
#limit ⇒ Integer (readonly)
Returns the value of attribute limit.
225 226 227 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 225 def limit @limit end |
#offset ⇒ Integer (readonly)
Returns the value of attribute offset.
226 227 228 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 226 def offset @offset end |
Class Method Details
.[](limit:, offset:) ⇒ Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestPagination .[](arg0, arg1) ⇒ Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestPagination
218 219 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 218
def self.[]: (limit: Integer, offset: Integer) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestPagination
| (Integer, Integer) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestPagination
|
.members ⇒ [ :limit, :offset ]
221 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 221
def self.members: () -> [ :limit, :offset ]
|
.new(limit:, offset:) ⇒ Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestPagination .new(arg0, arg1) ⇒ Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestPagination
216 217 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 216
def self.new: (limit: Integer, offset: Integer) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestPagination
| (Integer, Integer) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestPagination
|
.parse ⇒ Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestPagination
223 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 223
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsRequestPagination
|
Instance Method Details
#members ⇒ [ :limit, :offset ]
228 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 228
def members: () -> [ :limit, :offset ]
|
#to_h ⇒ { limit: Integer, offset: Integer }
229 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 229
def to_h: () -> { limit: Integer, offset: Integer }
|