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.
412 413 414 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 412 def offers @offers end |
#pagination ⇒ Peddler::APIs::Replenishment20221107::PaginationResponse? (readonly)
Returns the value of attribute pagination.
413 414 415 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 413 def pagination @pagination end |
Class Method Details
.[](offers:, pagination:) ⇒ Peddler::APIs::Replenishment20221107::ListOffersResponse .[](arg0, arg1) ⇒ Peddler::APIs::Replenishment20221107::ListOffersResponse
405 406 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 405
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 ]
408 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 408
def self.members: () -> [ :offers, :pagination ]
|
.new(offers:, pagination:) ⇒ Peddler::APIs::Replenishment20221107::ListOffersResponse .new(arg0, arg1) ⇒ Peddler::APIs::Replenishment20221107::ListOffersResponse
403 404 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 403
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
410 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 410
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Replenishment20221107::ListOffersResponse
|
Instance Method Details
#members ⇒ [ :offers, :pagination ]
415 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 415
def members: () -> [ :offers, :pagination ]
|
#to_h ⇒ { offers: Array[Peddler::APIs::Replenishment20221107::ListOffersResponseOffer]?, pagination: Peddler::APIs::Replenishment20221107::PaginationResponse? }
416 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 416
def to_h: () -> { offers: Array[Peddler::APIs::Replenishment20221107::ListOffersResponseOffer]?, pagination: Peddler::APIs::Replenishment20221107::PaginationResponse? }
|