Class: Peddler::APIs::ShippingV2::GetCarrierAccountFormInputsResponse

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#linkable_carriers_listArray[Peddler::APIs::ShippingV2::LinkableCarrier]? (readonly)

Returns the value of attribute linkable_carriers_list.



800
801
802
# File 'sig/peddler/apis/shipping_v2.rbs', line 800

def linkable_carriers_list
  @linkable_carriers_list
end

Class Method Details

.[](linkable_carriers_list:) ⇒ Peddler::APIs::ShippingV2::GetCarrierAccountFormInputsResponse .[](arg0) ⇒ Peddler::APIs::ShippingV2::GetCarrierAccountFormInputsResponse



793
794
# File 'sig/peddler/apis/shipping_v2.rbs', line 793

def self.[]: (?linkable_carriers_list: Array[Peddler::APIs::ShippingV2::LinkableCarrier]?) -> Peddler::APIs::ShippingV2::GetCarrierAccountFormInputsResponse
| (Array[Peddler::APIs::ShippingV2::LinkableCarrier]?) -> Peddler::APIs::ShippingV2::GetCarrierAccountFormInputsResponse

.members[ :linkable_carriers_list ]

Returns:

  • ([ :linkable_carriers_list ])


796
# File 'sig/peddler/apis/shipping_v2.rbs', line 796

def self.members: () -> [ :linkable_carriers_list ]

.new(linkable_carriers_list:) ⇒ Peddler::APIs::ShippingV2::GetCarrierAccountFormInputsResponse .new(arg0) ⇒ Peddler::APIs::ShippingV2::GetCarrierAccountFormInputsResponse



791
792
# File 'sig/peddler/apis/shipping_v2.rbs', line 791

def self.new: (?linkable_carriers_list: Array[Peddler::APIs::ShippingV2::LinkableCarrier]?) -> Peddler::APIs::ShippingV2::GetCarrierAccountFormInputsResponse
| (Array[Peddler::APIs::ShippingV2::LinkableCarrier]?) -> Peddler::APIs::ShippingV2::GetCarrierAccountFormInputsResponse

.parsePeddler::APIs::ShippingV2::GetCarrierAccountFormInputsResponse

Parameters:

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

Returns:



798
# File 'sig/peddler/apis/shipping_v2.rbs', line 798

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

Instance Method Details

#members[ :linkable_carriers_list ]

Returns:

  • ([ :linkable_carriers_list ])


802
# File 'sig/peddler/apis/shipping_v2.rbs', line 802

def members: () -> [ :linkable_carriers_list ]

#to_h{ linkable_carriers_list: Array[Peddler::APIs::ShippingV2::LinkableCarrier]? }

Returns:



803
# File 'sig/peddler/apis/shipping_v2.rbs', line 803

def to_h: () -> { linkable_carriers_list: Array[Peddler::APIs::ShippingV2::LinkableCarrier]? }