Class: Peddler::APIs::FulfillmentInbound20240320::ListInboundPlansResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::ListInboundPlansResponse
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#inbound_plans ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::InboundPlanSummary]?
readonly
Returns the value of attribute inbound_plans.
-
#pagination ⇒ Peddler::APIs::FulfillmentInbound20240320::Pagination?
readonly
Returns the value of attribute pagination.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :inbound_plans, :pagination ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ListInboundPlansResponse
Instance Method Summary collapse
-
#members ⇒ [ :inbound_plans, :pagination ]
-
#to_h ⇒ { inbound_plans: Array[Peddler::APIs::FulfillmentInbound20240320::InboundPlanSummary]?, pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }
Instance Attribute Details
#inbound_plans ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::InboundPlanSummary]? (readonly)
Returns the value of attribute inbound_plans.
1025 1026 1027 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1025 def inbound_plans @inbound_plans end |
#pagination ⇒ Peddler::APIs::FulfillmentInbound20240320::Pagination? (readonly)
Returns the value of attribute pagination.
1026 1027 1028 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1026 def pagination @pagination end |
Class Method Details
.[](inbound_plans:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListInboundPlansResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListInboundPlansResponse
1018 1019 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1018
def self.[]: (?inbound_plans: Array[Peddler::APIs::FulfillmentInbound20240320::InboundPlanSummary]?, ?pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListInboundPlansResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::InboundPlanSummary]?, Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListInboundPlansResponse
|
.members ⇒ [ :inbound_plans, :pagination ]
1021 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1021
def self.members: () -> [ :inbound_plans, :pagination ]
|
.new(inbound_plans:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListInboundPlansResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListInboundPlansResponse
1016 1017 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1016
def self.new: (?inbound_plans: Array[Peddler::APIs::FulfillmentInbound20240320::InboundPlanSummary]?, ?pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListInboundPlansResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::InboundPlanSummary]?, Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListInboundPlansResponse
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ListInboundPlansResponse
1023 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1023
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::ListInboundPlansResponse
|
Instance Method Details
#members ⇒ [ :inbound_plans, :pagination ]
1028 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1028
def members: () -> [ :inbound_plans, :pagination ]
|
#to_h ⇒ { inbound_plans: Array[Peddler::APIs::FulfillmentInbound20240320::InboundPlanSummary]?, pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }
1029 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1029
def to_h: () -> { inbound_plans: Array[Peddler::APIs::FulfillmentInbound20240320::InboundPlanSummary]?, pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }
|