Class: Peddler::APIs::ShippingV2::LinkCarrierAccountResponse

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

#account_idString? (readonly)

Returns the value of attribute account_id.

Returns:

  • (String, nil)


1194
1195
1196
# File 'sig/peddler/apis/shipping_v2.rbs', line 1194

def 
  @account_id
end

#registration_statusString? (readonly)

Returns the value of attribute registration_status.

Returns:

  • (String, nil)


1195
1196
1197
# File 'sig/peddler/apis/shipping_v2.rbs', line 1195

def registration_status
  @registration_status
end

Class Method Details

.[](account_id:, registration_status:) ⇒ Peddler::APIs::ShippingV2::LinkCarrierAccountResponse .[](arg0, arg1) ⇒ Peddler::APIs::ShippingV2::LinkCarrierAccountResponse

Overloads:



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

def self.[]: (?account_id: String?, ?registration_status: String?) -> Peddler::APIs::ShippingV2::LinkCarrierAccountResponse
| (String?, String?) -> Peddler::APIs::ShippingV2::LinkCarrierAccountResponse

.members[ :account_id, :registration_status ]

Returns:

  • ([ :account_id, :registration_status ])


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

def self.members: () -> [ :account_id, :registration_status ]

.new(account_id:, registration_status:) ⇒ Peddler::APIs::ShippingV2::LinkCarrierAccountResponse .new(arg0, arg1) ⇒ Peddler::APIs::ShippingV2::LinkCarrierAccountResponse

Overloads:



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

def self.new: (?account_id: String?, ?registration_status: String?) -> Peddler::APIs::ShippingV2::LinkCarrierAccountResponse
| (String?, String?) -> Peddler::APIs::ShippingV2::LinkCarrierAccountResponse

.parsePeddler::APIs::ShippingV2::LinkCarrierAccountResponse

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :account_id, :registration_status ]

Returns:

  • ([ :account_id, :registration_status ])


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

def members: () -> [ :account_id, :registration_status ]

#to_h{ account_id: String?, registration_status: String? }

Returns:

  • ({ account_id: String?, registration_status: String? })


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

def to_h: () -> { account_id: String?, registration_status: String? }