Class: Peddler::APIs::ShippingV2::GetCarrierAccountFormInputsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ShippingV2::GetCarrierAccountFormInputsResponse
- Defined in:
- sig/peddler/apis/shipping_v2.rbs
Instance Attribute Summary collapse
-
#linkable_carriers_list ⇒ Array[Peddler::APIs::ShippingV2::LinkableCarrier]?
readonly
Returns the value of attribute linkable_carriers_list.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :linkable_carriers_list ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ShippingV2::GetCarrierAccountFormInputsResponse
Instance Method Summary collapse
-
#members ⇒ [ :linkable_carriers_list ]
-
#to_h ⇒ { linkable_carriers_list: Array[Peddler::APIs::ShippingV2::LinkableCarrier]? }
Instance Attribute Details
#linkable_carriers_list ⇒ Array[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 ]
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
|
.parse ⇒ Peddler::APIs::ShippingV2::GetCarrierAccountFormInputsResponse
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 ]
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]? }
803 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 803
def to_h: () -> { linkable_carriers_list: Array[Peddler::APIs::ShippingV2::LinkableCarrier]? }
|