Class: Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResponse

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#errorsArray[Peddler::APIs::FulfillmentOutbound20200701::Error]? (readonly)

Returns the value of attribute errors.



946
947
948
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 946

def errors
  @errors
end

#payloadPeddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResult? (readonly)

Returns the value of attribute payload.



947
948
949
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 947

def payload
  @payload
end

Class Method Details

.[](errors:, payload:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResponse



939
940
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 939

def self.[]: (?errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, ?payload: Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResult?) -> Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResponse
| (Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResult?) -> Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResponse

.members[ :errors, :payload ]

Returns:

  • ([ :errors, :payload ])


942
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 942

def self.members: () -> [ :errors, :payload ]

.new(errors:, payload:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResponse



937
938
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 937

def self.new: (?errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, ?payload: Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResult?) -> Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResponse
| (Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResult?) -> Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResponse

.parsePeddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResponse

Parameters:

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

Returns:



944
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 944

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResponse

Instance Method Details

#members[ :errors, :payload ]

Returns:

  • ([ :errors, :payload ])


949
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 949

def members: () -> [ :errors, :payload ]

#to_h{ errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, payload: Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResult? }



950
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 950

def to_h: () -> { errors: Array[Peddler::APIs::FulfillmentOutbound20200701::Error]?, payload: Peddler::APIs::FulfillmentOutbound20200701::GetFulfillmentOrderResult? }