Class: Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentReturnResponse

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.



185
186
187
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 185

def errors
  @errors
end

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

Returns the value of attribute payload.



186
187
188
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 186

def payload
  @payload
end

Class Method Details

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



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

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

.members[ :errors, :payload ]

Returns:

  • ([ :errors, :payload ])


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

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

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



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

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

.parsePeddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentReturnResponse

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :errors, :payload ]

Returns:

  • ([ :errors, :payload ])


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

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

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



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

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