Class: Peddler::APIs::VendorDirectFulfillmentOrders20211228::BuyerCustomizedInfoDetail
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentOrders20211228::BuyerCustomizedInfoDetail
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs
Instance Attribute Summary collapse
-
#customized_url ⇒ String?
readonly
Returns the value of attribute customized_url.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :customized_url ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::BuyerCustomizedInfoDetail
Instance Method Summary collapse
Instance Attribute Details
#customized_url ⇒ String? (readonly)
Returns the value of attribute customized_url.
58 59 60 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 58 def customized_url @customized_url end |
Class Method Details
.[](customized_url:) ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::BuyerCustomizedInfoDetail .[](arg0) ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::BuyerCustomizedInfoDetail
51 52 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 51
def self.[]: (?customized_url: String?) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::BuyerCustomizedInfoDetail
| (String?) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::BuyerCustomizedInfoDetail
|
.members ⇒ [ :customized_url ]
54 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 54
def self.members: () -> [ :customized_url ]
|
.new(customized_url:) ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::BuyerCustomizedInfoDetail .new(arg0) ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::BuyerCustomizedInfoDetail
49 50 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 49
def self.new: (?customized_url: String?) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::BuyerCustomizedInfoDetail
| (String?) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::BuyerCustomizedInfoDetail
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::BuyerCustomizedInfoDetail
56 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 56
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::BuyerCustomizedInfoDetail
|
Instance Method Details
#members ⇒ [ :customized_url ]
60 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 60
def members: () -> [ :customized_url ]
|
#to_h ⇒ { customized_url: String? }
61 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 61
def to_h: () -> { customized_url: String? }
|