Class: Peddler::APIs::MerchantFulfillmentV0::AvailableCarrierWillPickUpOption
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::MerchantFulfillmentV0::AvailableCarrierWillPickUpOption
- Defined in:
- sig/peddler/apis/merchant_fulfillment_v0.rbs
Instance Attribute Summary collapse
-
#carrier_will_pick_up_option ⇒ String
readonly
Returns the value of attribute carrier_will_pick_up_option.
-
#charge ⇒ Peddler::Money
readonly
Returns the value of attribute charge.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :carrier_will_pick_up_option, :charge ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::AvailableCarrierWillPickUpOption
Instance Method Summary collapse
-
#members ⇒ [ :carrier_will_pick_up_option, :charge ]
-
#to_h ⇒ { carrier_will_pick_up_option: String, charge: Peddler::Money }
Instance Attribute Details
#carrier_will_pick_up_option ⇒ String (readonly)
Returns the value of attribute carrier_will_pick_up_option.
111 112 113 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 111 def carrier_will_pick_up_option @carrier_will_pick_up_option end |
#charge ⇒ Peddler::Money (readonly)
Returns the value of attribute charge.
112 113 114 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 112 def charge @charge end |
Class Method Details
.[](carrier_will_pick_up_option:, charge:) ⇒ Peddler::APIs::MerchantFulfillmentV0::AvailableCarrierWillPickUpOption .[](arg0, arg1) ⇒ Peddler::APIs::MerchantFulfillmentV0::AvailableCarrierWillPickUpOption
104 105 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 104
def self.[]: (carrier_will_pick_up_option: String, charge: Peddler::Money) -> Peddler::APIs::MerchantFulfillmentV0::AvailableCarrierWillPickUpOption
| (String, Peddler::Money) -> Peddler::APIs::MerchantFulfillmentV0::AvailableCarrierWillPickUpOption
|
.members ⇒ [ :carrier_will_pick_up_option, :charge ]
107 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 107
def self.members: () -> [ :carrier_will_pick_up_option, :charge ]
|
.new(carrier_will_pick_up_option:, charge:) ⇒ Peddler::APIs::MerchantFulfillmentV0::AvailableCarrierWillPickUpOption .new(arg0, arg1) ⇒ Peddler::APIs::MerchantFulfillmentV0::AvailableCarrierWillPickUpOption
102 103 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 102
def self.new: (carrier_will_pick_up_option: String, charge: Peddler::Money) -> Peddler::APIs::MerchantFulfillmentV0::AvailableCarrierWillPickUpOption
| (String, Peddler::Money) -> Peddler::APIs::MerchantFulfillmentV0::AvailableCarrierWillPickUpOption
|
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::AvailableCarrierWillPickUpOption
109 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 109
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::MerchantFulfillmentV0::AvailableCarrierWillPickUpOption
|
Instance Method Details
#members ⇒ [ :carrier_will_pick_up_option, :charge ]
114 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 114
def members: () -> [ :carrier_will_pick_up_option, :charge ]
|
#to_h ⇒ { carrier_will_pick_up_option: String, charge: Peddler::Money }
115 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 115
def to_h: () -> { carrier_will_pick_up_option: String, charge: Peddler::Money }
|