Class: Peddler::APIs::ShippingV2::GoodsOwner
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ShippingV2::GoodsOwner
- Defined in:
- sig/peddler/apis/shipping_v2.rbs
Instance Attribute Summary collapse
-
#merchant_id ⇒ String
readonly
Returns the value of attribute merchant_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :merchant_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ShippingV2::GoodsOwner
Instance Method Summary collapse
Instance Attribute Details
#merchant_id ⇒ String (readonly)
Returns the value of attribute merchant_id.
1065 1066 1067 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1065 def merchant_id @merchant_id end |
Class Method Details
.[](merchant_id:) ⇒ Peddler::APIs::ShippingV2::GoodsOwner .[](arg0) ⇒ Peddler::APIs::ShippingV2::GoodsOwner
1058 1059 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1058
def self.[]: (merchant_id: String) -> Peddler::APIs::ShippingV2::GoodsOwner
| (String) -> Peddler::APIs::ShippingV2::GoodsOwner
|
.members ⇒ [ :merchant_id ]
1061 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1061
def self.members: () -> [ :merchant_id ]
|
.new(merchant_id:) ⇒ Peddler::APIs::ShippingV2::GoodsOwner .new(arg0) ⇒ Peddler::APIs::ShippingV2::GoodsOwner
1056 1057 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1056
def self.new: (merchant_id: String) -> Peddler::APIs::ShippingV2::GoodsOwner
| (String) -> Peddler::APIs::ShippingV2::GoodsOwner
|
.parse ⇒ Peddler::APIs::ShippingV2::GoodsOwner
1063 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1063
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ShippingV2::GoodsOwner
|
Instance Method Details
#members ⇒ [ :merchant_id ]
1067 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1067
def members: () -> [ :merchant_id ]
|
#to_h ⇒ { merchant_id: String }
1068 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 1068
def to_h: () -> { merchant_id: String }
|