Class: Peddler::APIs::VendorDirectFulfillmentOrders20211228::BuyerCustomizedInfoDetail

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#customized_urlString? (readonly)

Returns the value of attribute customized_url.

Returns:

  • (String, nil)


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 ]

Returns:

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

.parsePeddler::APIs::VendorDirectFulfillmentOrders20211228::BuyerCustomizedInfoDetail

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:

  • ({ customized_url: String? })


61
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 61

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