Class: Peddler::APIs::Replenishment20221107::ListOfferMetricsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Replenishment20221107::ListOfferMetricsResponse
- Defined in:
- sig/peddler/apis/replenishment_2022_11_07.rbs
Instance Attribute Summary collapse
-
#offers ⇒ Array[Peddler::APIs::Replenishment20221107::ListOfferMetricsResponseOffer]?
readonly
Returns the value of attribute offers.
-
#pagination ⇒ Peddler::APIs::Replenishment20221107::PaginationResponse?
readonly
Returns the value of attribute pagination.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :offers, :pagination ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Replenishment20221107::ListOfferMetricsResponse
Instance Method Summary collapse
-
#members ⇒ [ :offers, :pagination ]
-
#to_h ⇒ { offers: Array[Peddler::APIs::Replenishment20221107::ListOfferMetricsResponseOffer]?, pagination: Peddler::APIs::Replenishment20221107::PaginationResponse? }
Instance Attribute Details
#offers ⇒ Array[Peddler::APIs::Replenishment20221107::ListOfferMetricsResponseOffer]? (readonly)
Returns the value of attribute offers.
259 260 261 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 259 def offers @offers end |
#pagination ⇒ Peddler::APIs::Replenishment20221107::PaginationResponse? (readonly)
Returns the value of attribute pagination.
260 261 262 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 260 def pagination @pagination end |
Class Method Details
.[](offers:, pagination:) ⇒ Peddler::APIs::Replenishment20221107::ListOfferMetricsResponse .[](arg0, arg1) ⇒ Peddler::APIs::Replenishment20221107::ListOfferMetricsResponse
252 253 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 252
def self.[]: (?offers: Array[Peddler::APIs::Replenishment20221107::ListOfferMetricsResponseOffer]?, ?pagination: Peddler::APIs::Replenishment20221107::PaginationResponse?) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsResponse
| (Array[Peddler::APIs::Replenishment20221107::ListOfferMetricsResponseOffer]?, Peddler::APIs::Replenishment20221107::PaginationResponse?) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsResponse
|
.members ⇒ [ :offers, :pagination ]
255 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 255
def self.members: () -> [ :offers, :pagination ]
|
.new(offers:, pagination:) ⇒ Peddler::APIs::Replenishment20221107::ListOfferMetricsResponse .new(arg0, arg1) ⇒ Peddler::APIs::Replenishment20221107::ListOfferMetricsResponse
250 251 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 250
def self.new: (?offers: Array[Peddler::APIs::Replenishment20221107::ListOfferMetricsResponseOffer]?, ?pagination: Peddler::APIs::Replenishment20221107::PaginationResponse?) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsResponse
| (Array[Peddler::APIs::Replenishment20221107::ListOfferMetricsResponseOffer]?, Peddler::APIs::Replenishment20221107::PaginationResponse?) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsResponse
|
.parse ⇒ Peddler::APIs::Replenishment20221107::ListOfferMetricsResponse
257 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 257
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Replenishment20221107::ListOfferMetricsResponse
|
Instance Method Details
#members ⇒ [ :offers, :pagination ]
262 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 262
def members: () -> [ :offers, :pagination ]
|
#to_h ⇒ { offers: Array[Peddler::APIs::Replenishment20221107::ListOfferMetricsResponseOffer]?, pagination: Peddler::APIs::Replenishment20221107::PaginationResponse? }
263 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 263
def to_h: () -> { offers: Array[Peddler::APIs::Replenishment20221107::ListOfferMetricsResponseOffer]?, pagination: Peddler::APIs::Replenishment20221107::PaginationResponse? }
|