Class: Peddler::APIs::FulfillmentInbound20240320::ListInboundPlansResponse

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#inbound_plansArray[Peddler::APIs::FulfillmentInbound20240320::InboundPlanSummary]? (readonly)

Returns the value of attribute inbound_plans.



1026
1027
1028
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1026

def inbound_plans
  @inbound_plans
end

#paginationPeddler::APIs::FulfillmentInbound20240320::Pagination? (readonly)

Returns the value of attribute pagination.



1027
1028
1029
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1027

def pagination
  @pagination
end

Class Method Details

.[](inbound_plans:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListInboundPlansResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListInboundPlansResponse



1019
1020
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1019

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 ]

Returns:

  • ([ :inbound_plans, :pagination ])


1022
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1022

def self.members: () -> [ :inbound_plans, :pagination ]

.new(inbound_plans:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListInboundPlansResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListInboundPlansResponse



1017
1018
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1017

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

.parsePeddler::APIs::FulfillmentInbound20240320::ListInboundPlansResponse

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



1024
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1024

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::ListInboundPlansResponse

Instance Method Details

#members[ :inbound_plans, :pagination ]

Returns:

  • ([ :inbound_plans, :pagination ])


1029
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1029

def members: () -> [ :inbound_plans, :pagination ]

#to_h{ inbound_plans: Array[Peddler::APIs::FulfillmentInbound20240320::InboundPlanSummary]?, pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }



1030
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1030

def to_h: () -> { inbound_plans: Array[Peddler::APIs::FulfillmentInbound20240320::InboundPlanSummary]?, pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }