Class: Peddler::APIs::ShippingV1::Party
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ShippingV1::Party
- Defined in:
- sig/peddler/apis/shipping_v1.rbs
Instance Attribute Summary collapse
-
#account_id ⇒ String?
readonly
Returns the value of attribute account_id.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#account_id ⇒ String? (readonly)
Returns the value of attribute account_id.
451 452 453 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 451 def account_id @account_id end |
Class Method Details
.[](account_id:) ⇒ Peddler::APIs::ShippingV1::Party .[](arg0) ⇒ Peddler::APIs::ShippingV1::Party
444 445 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 444
def self.[]: (?account_id: String?) -> Peddler::APIs::ShippingV1::Party
| (String?) -> Peddler::APIs::ShippingV1::Party
|
.members ⇒ [ :account_id ]
447 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 447
def self.members: () -> [ :account_id ]
|
.new(account_id:) ⇒ Peddler::APIs::ShippingV1::Party .new(arg0) ⇒ Peddler::APIs::ShippingV1::Party
442 443 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 442
def self.new: (?account_id: String?) -> Peddler::APIs::ShippingV1::Party
| (String?) -> Peddler::APIs::ShippingV1::Party
|
.parse ⇒ Peddler::APIs::ShippingV1::Party
449 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 449
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ShippingV1::Party
|
Instance Method Details
#members ⇒ [ :account_id ]
453 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 453
def members: () -> [ :account_id ]
|
#to_h ⇒ { account_id: String? }
454 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 454
def to_h: () -> { account_id: String? }
|