Class: Peddler::APIs::FulfillmentInbound20240320::InboundOperationStatus

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#operationString (readonly)

Returns the value of attribute operation.

Returns:

  • (String)


828
829
830
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 828

def operation
  @operation
end

#operation_idString (readonly)

Returns the value of attribute operation_id.

Returns:

  • (String)


829
830
831
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 829

def operation_id
  @operation_id
end

#operation_problemsArray[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_statusString (readonly)

Returns the value of attribute operation_status.

Returns:

  • (String)


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

Overloads:



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 ]

Returns:

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

Overloads:



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

.parsePeddler::APIs::FulfillmentInbound20240320::InboundOperationStatus

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:



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 }