Class: Peddler::APIs::ShippingV2::UnlinkCarrierAccountResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ShippingV2::UnlinkCarrierAccountResponse
- Defined in:
- sig/peddler/apis/shipping_v2.rbs
Instance Attribute Summary collapse
-
#unlinked ⇒ Boolean?
readonly
Returns the value of attribute unlinked.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :unlinked ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ShippingV2::UnlinkCarrierAccountResponse
Instance Method Summary collapse
Instance Attribute Details
#unlinked ⇒ Boolean? (readonly)
Returns the value of attribute unlinked.
1915 1916 1917 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1915 def unlinked @unlinked end |
Class Method Details
.[](unlinked:) ⇒ Peddler::APIs::ShippingV2::UnlinkCarrierAccountResponse .[](arg0) ⇒ Peddler::APIs::ShippingV2::UnlinkCarrierAccountResponse
1908 1909 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1908
def self.[]: (?unlinked: bool?) -> Peddler::APIs::ShippingV2::UnlinkCarrierAccountResponse
| (bool?) -> Peddler::APIs::ShippingV2::UnlinkCarrierAccountResponse
|
.members ⇒ [ :unlinked ]
1911 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1911
def self.members: () -> [ :unlinked ]
|
.new(unlinked:) ⇒ Peddler::APIs::ShippingV2::UnlinkCarrierAccountResponse .new(arg0) ⇒ Peddler::APIs::ShippingV2::UnlinkCarrierAccountResponse
1906 1907 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1906
def self.new: (?unlinked: bool?) -> Peddler::APIs::ShippingV2::UnlinkCarrierAccountResponse
| (bool?) -> Peddler::APIs::ShippingV2::UnlinkCarrierAccountResponse
|
.parse ⇒ Peddler::APIs::ShippingV2::UnlinkCarrierAccountResponse
1913 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1913
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ShippingV2::UnlinkCarrierAccountResponse
|
Instance Method Details
#members ⇒ [ :unlinked ]
1917 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1917
def members: () -> [ :unlinked ]
|
#to_h ⇒ { unlinked: bool? }
1918 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1918
def to_h: () -> { unlinked: bool? }
|
#unlinked? ⇒ Boolean
1919 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1919
def unlinked?: () -> bool
|