Class: Peddler::APIs::ShippingV2::LinkCarrierAccountResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ShippingV2::LinkCarrierAccountResponse
- Defined in:
- sig/peddler/apis/shipping_v2.rbs
Instance Attribute Summary collapse
-
#account_id ⇒ String?
readonly
Returns the value of attribute account_id.
-
#registration_status ⇒ String?
readonly
Returns the value of attribute registration_status.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :account_id, :registration_status ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ShippingV2::LinkCarrierAccountResponse
Instance Method Summary collapse
-
#members ⇒ [ :account_id, :registration_status ]
-
#to_h ⇒ { account_id: String?, registration_status: String? }
Instance Attribute Details
#account_id ⇒ String? (readonly)
Returns the value of attribute account_id.
1194 1195 1196 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1194 def account_id @account_id end |
#registration_status ⇒ String? (readonly)
Returns the value of attribute registration_status.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::ShippingV2::LinkCarrierAccountResponse
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 ]
1197 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1197
def members: () -> [ :account_id, :registration_status ]
|
#to_h ⇒ { 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? }
|