Class: Peddler::APIs::FulfillmentInbound20240320::InboundOperationStatus
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::InboundOperationStatus
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#operation ⇒ String
readonly
Returns the value of attribute operation.
-
#operation_id ⇒ String
readonly
Returns the value of attribute operation_id.
-
#operation_problems ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::OperationProblem]
readonly
Returns the value of attribute operation_problems.
-
#operation_status ⇒ String
readonly
Returns the value of attribute operation_status.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :operation, :operation_id, :operation_problems, :operation_status ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::InboundOperationStatus
Instance Method Summary collapse
-
#members ⇒ [ :operation, :operation_id, :operation_problems, :operation_status ]
-
#to_h ⇒ { operation: String, operation_id: String, operation_problems: Array[Peddler::APIs::FulfillmentInbound20240320::OperationProblem], operation_status: String }
Instance Attribute Details
#operation ⇒ String (readonly)
Returns the value of attribute operation.
828 829 830 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 828 def operation @operation end |
#operation_id ⇒ String (readonly)
Returns the value of attribute operation_id.
829 830 831 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 829 def operation_id @operation_id end |
#operation_problems ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::OperationProblem] (readonly)
Returns the value of attribute operation_problems.
830 831 832 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 830 def operation_problems @operation_problems end |
#operation_status ⇒ String (readonly)
Returns the value of attribute operation_status.
831 832 833 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 831 def operation_status @operation_status end |
Class Method Details
.[](operation:, operation_id:, operation_problems:, operation_status:) ⇒ Peddler::APIs::FulfillmentInbound20240320::InboundOperationStatus .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FulfillmentInbound20240320::InboundOperationStatus
821 822 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 821
def self.[]: (operation: String, operation_id: String, operation_problems: Array[Peddler::APIs::FulfillmentInbound20240320::OperationProblem], operation_status: String) -> Peddler::APIs::FulfillmentInbound20240320::InboundOperationStatus
| (String, String, Array[Peddler::APIs::FulfillmentInbound20240320::OperationProblem], String) -> Peddler::APIs::FulfillmentInbound20240320::InboundOperationStatus
|
.members ⇒ [ :operation, :operation_id, :operation_problems, :operation_status ]
824 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 824
def self.members: () -> [ :operation, :operation_id, :operation_problems, :operation_status ]
|
.new(operation:, operation_id:, operation_problems:, operation_status:) ⇒ Peddler::APIs::FulfillmentInbound20240320::InboundOperationStatus .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FulfillmentInbound20240320::InboundOperationStatus
819 820 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 819
def self.new: (operation: String, operation_id: String, operation_problems: Array[Peddler::APIs::FulfillmentInbound20240320::OperationProblem], operation_status: String) -> Peddler::APIs::FulfillmentInbound20240320::InboundOperationStatus
| (String, String, Array[Peddler::APIs::FulfillmentInbound20240320::OperationProblem], String) -> Peddler::APIs::FulfillmentInbound20240320::InboundOperationStatus
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::InboundOperationStatus
826 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 826
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::InboundOperationStatus
|
Instance Method Details
#members ⇒ [ :operation, :operation_id, :operation_problems, :operation_status ]
833 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 833
def members: () -> [ :operation, :operation_id, :operation_problems, :operation_status ]
|
#to_h ⇒ { operation: String, operation_id: String, operation_problems: Array[Peddler::APIs::FulfillmentInbound20240320::OperationProblem], operation_status: String }
834 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 834
def to_h: () -> { operation: String, operation_id: String, operation_problems: Array[Peddler::APIs::FulfillmentInbound20240320::OperationProblem], operation_status: String }
|