Class: Peddler::APIs::MerchantFulfillmentV0::RejectedShippingService
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::MerchantFulfillmentV0::RejectedShippingService
- Defined in:
- sig/peddler/apis/merchant_fulfillment_v0.rbs
Instance Attribute Summary collapse
-
#carrier_name ⇒ String
readonly
Returns the value of attribute carrier_name.
-
#rejection_reason_code ⇒ String
readonly
Returns the value of attribute rejection_reason_code.
-
#rejection_reason_message ⇒ String?
readonly
Returns the value of attribute rejection_reason_message.
-
#shipping_service_id ⇒ String
readonly
Returns the value of attribute shipping_service_id.
-
#shipping_service_name ⇒ String
readonly
Returns the value of attribute shipping_service_name.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :carrier_name, :rejection_reason_code, :shipping_service_id, :shipping_service_name, :rejection_reason_message ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::RejectedShippingService
Instance Method Summary collapse
-
#members ⇒ [ :carrier_name, :rejection_reason_code, :shipping_service_id, :shipping_service_name, :rejection_reason_message ]
-
#to_h ⇒ { carrier_name: String, rejection_reason_code: String, shipping_service_id: String, shipping_service_name: String, rejection_reason_message: String? }
Instance Attribute Details
#carrier_name ⇒ String (readonly)
Returns the value of attribute carrier_name.
698 699 700 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 698 def carrier_name @carrier_name end |
#rejection_reason_code ⇒ String (readonly)
Returns the value of attribute rejection_reason_code.
699 700 701 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 699 def rejection_reason_code @rejection_reason_code end |
#rejection_reason_message ⇒ String? (readonly)
Returns the value of attribute rejection_reason_message.
700 701 702 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 700 def @rejection_reason_message end |
#shipping_service_id ⇒ String (readonly)
Returns the value of attribute shipping_service_id.
701 702 703 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 701 def shipping_service_id @shipping_service_id end |
#shipping_service_name ⇒ String (readonly)
Returns the value of attribute shipping_service_name.
702 703 704 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 702 def shipping_service_name @shipping_service_name end |
Class Method Details
.[](carrier_name:, rejection_reason_code:, shipping_service_id:, shipping_service_name:, rejection_reason_message:) ⇒ Peddler::APIs::MerchantFulfillmentV0::RejectedShippingService .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::MerchantFulfillmentV0::RejectedShippingService
691 692 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 691
def self.[]: (carrier_name: String, rejection_reason_code: String, shipping_service_id: String, shipping_service_name: String, ?rejection_reason_message: String?) -> Peddler::APIs::MerchantFulfillmentV0::RejectedShippingService
| (String, String, String, String, String?) -> Peddler::APIs::MerchantFulfillmentV0::RejectedShippingService
|
.members ⇒ [ :carrier_name, :rejection_reason_code, :shipping_service_id, :shipping_service_name, :rejection_reason_message ]
694 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 694
def self.members: () -> [ :carrier_name, :rejection_reason_code, :shipping_service_id, :shipping_service_name, :rejection_reason_message ]
|
.new(carrier_name:, rejection_reason_code:, shipping_service_id:, shipping_service_name:, rejection_reason_message:) ⇒ Peddler::APIs::MerchantFulfillmentV0::RejectedShippingService .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::MerchantFulfillmentV0::RejectedShippingService
689 690 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 689
def self.new: (carrier_name: String, rejection_reason_code: String, shipping_service_id: String, shipping_service_name: String, ?rejection_reason_message: String?) -> Peddler::APIs::MerchantFulfillmentV0::RejectedShippingService
| (String, String, String, String, String?) -> Peddler::APIs::MerchantFulfillmentV0::RejectedShippingService
|
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::RejectedShippingService
696 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 696
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::MerchantFulfillmentV0::RejectedShippingService
|
Instance Method Details
#members ⇒ [ :carrier_name, :rejection_reason_code, :shipping_service_id, :shipping_service_name, :rejection_reason_message ]
704 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 704
def members: () -> [ :carrier_name, :rejection_reason_code, :shipping_service_id, :shipping_service_name, :rejection_reason_message ]
|
#to_h ⇒ { carrier_name: String, rejection_reason_code: String, shipping_service_id: String, shipping_service_name: String, rejection_reason_message: String? }
705 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 705
def to_h: () -> { carrier_name: String, rejection_reason_code: String, shipping_service_id: String, shipping_service_name: String, rejection_reason_message: String? }
|