Class: Peddler::APIs::ShippingV1::Account
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ShippingV1::Account
- 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.
33 34 35 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 33 def account_id @account_id end |
Class Method Details
.[](account_id:) ⇒ Peddler::APIs::ShippingV1::Account .[](arg0) ⇒ Peddler::APIs::ShippingV1::Account
26 27 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 26
def self.[]: (account_id: String) -> Peddler::APIs::ShippingV1::Account
| (String) -> Peddler::APIs::ShippingV1::Account
|
.members ⇒ [ :account_id ]
29 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 29
def self.members: () -> [ :account_id ]
|
.new(account_id:) ⇒ Peddler::APIs::ShippingV1::Account .new(arg0) ⇒ Peddler::APIs::ShippingV1::Account
24 25 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 24
def self.new: (account_id: String) -> Peddler::APIs::ShippingV1::Account
| (String) -> Peddler::APIs::ShippingV1::Account
|
.parse ⇒ Peddler::APIs::ShippingV1::Account
31 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 31
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ShippingV1::Account
|
Instance Method Details
#members ⇒ [ :account_id ]
35 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 35
def members: () -> [ :account_id ]
|
#to_h ⇒ { account_id: String }
36 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 36
def to_h: () -> { account_id: String }
|