Class: Peddler::APIs::Replenishment20221107::ListOffersResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Replenishment20221107::ListOffersResponse
- Defined in:
- sig/peddler/apis/replenishment_2022_11_07.rbs
Instance Attribute Summary collapse
-
#offers ⇒ Array[Peddler::APIs::Replenishment20221107::ListOffersResponseOffer]?
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::ListOffersResponse
Instance Method Summary collapse
-
#members ⇒ [ :offers, :pagination ]
-
#to_h ⇒ { offers: Array[Peddler::APIs::Replenishment20221107::ListOffersResponseOffer]?, pagination: Peddler::APIs::Replenishment20221107::PaginationResponse? }
Instance Attribute Details
#offers ⇒ Array[Peddler::APIs::Replenishment20221107::ListOffersResponseOffer]? (readonly)
Returns the value of attribute offers.
385 386 387 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 385 def offers @offers end |
#pagination ⇒ Peddler::APIs::Replenishment20221107::PaginationResponse? (readonly)
Returns the value of attribute pagination.
386 387 388 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 386 def pagination @pagination end |
Class Method Details
.[](offers:, pagination:) ⇒ Peddler::APIs::Replenishment20221107::ListOffersResponse .[](arg0, arg1) ⇒ Peddler::APIs::Replenishment20221107::ListOffersResponse
378 379 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 378
def self.[]: (?offers: Array[Peddler::APIs::Replenishment20221107::ListOffersResponseOffer]?, ?pagination: Peddler::APIs::Replenishment20221107::PaginationResponse?) -> Peddler::APIs::Replenishment20221107::ListOffersResponse
| (Array[Peddler::APIs::Replenishment20221107::ListOffersResponseOffer]?, Peddler::APIs::Replenishment20221107::PaginationResponse?) -> Peddler::APIs::Replenishment20221107::ListOffersResponse
|
.members ⇒ [ :offers, :pagination ]
381 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 381
def self.members: () -> [ :offers, :pagination ]
|
.new(offers:, pagination:) ⇒ Peddler::APIs::Replenishment20221107::ListOffersResponse .new(arg0, arg1) ⇒ Peddler::APIs::Replenishment20221107::ListOffersResponse
376 377 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 376
def self.new: (?offers: Array[Peddler::APIs::Replenishment20221107::ListOffersResponseOffer]?, ?pagination: Peddler::APIs::Replenishment20221107::PaginationResponse?) -> Peddler::APIs::Replenishment20221107::ListOffersResponse
| (Array[Peddler::APIs::Replenishment20221107::ListOffersResponseOffer]?, Peddler::APIs::Replenishment20221107::PaginationResponse?) -> Peddler::APIs::Replenishment20221107::ListOffersResponse
|
.parse ⇒ Peddler::APIs::Replenishment20221107::ListOffersResponse
383 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 383
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Replenishment20221107::ListOffersResponse
|
Instance Method Details
#members ⇒ [ :offers, :pagination ]
388 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 388
def members: () -> [ :offers, :pagination ]
|
#to_h ⇒ { offers: Array[Peddler::APIs::Replenishment20221107::ListOffersResponseOffer]?, pagination: Peddler::APIs::Replenishment20221107::PaginationResponse? }
389 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 389
def to_h: () -> { offers: Array[Peddler::APIs::Replenishment20221107::ListOffersResponseOffer]?, pagination: Peddler::APIs::Replenishment20221107::PaginationResponse? }
|