Class: Peddler::APIs::ShippingV1::Party

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/shipping_v1.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)


451
452
453
# File 'sig/peddler/apis/shipping_v1.rbs', line 451

def 
  @account_id
end

Class Method Details

.[](account_id:) ⇒ Peddler::APIs::ShippingV1::Party .[](arg0) ⇒ Peddler::APIs::ShippingV1::Party

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::ShippingV1::Party

Parameters:

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

Returns:



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 ]

Returns:

  • ([ :account_id ])


453
# File 'sig/peddler/apis/shipping_v1.rbs', line 453

def members: () -> [ :account_id ]

#to_h{ account_id: String? }

Returns:

  • ({ account_id: String? })


454
# File 'sig/peddler/apis/shipping_v1.rbs', line 454

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