Class: Peddler::APIs::FulfillmentInboundV0::PrepDetails

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#prep_instructionString (readonly)

Returns the value of attribute prep_instruction.

Returns:

  • (String)


407
408
409
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 407

def prep_instruction
  @prep_instruction
end

#prep_ownerString (readonly)

Returns the value of attribute prep_owner.

Returns:

  • (String)


408
409
410
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 408

def prep_owner
  @prep_owner
end

Class Method Details

.[](prep_instruction:, prep_owner:) ⇒ Peddler::APIs::FulfillmentInboundV0::PrepDetails .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInboundV0::PrepDetails

Overloads:



400
401
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 400

def self.[]: (prep_instruction: String, prep_owner: String) -> Peddler::APIs::FulfillmentInboundV0::PrepDetails
| (String, String) -> Peddler::APIs::FulfillmentInboundV0::PrepDetails

.members[ :prep_instruction, :prep_owner ]

Returns:

  • ([ :prep_instruction, :prep_owner ])


403
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 403

def self.members: () -> [ :prep_instruction, :prep_owner ]

.new(prep_instruction:, prep_owner:) ⇒ Peddler::APIs::FulfillmentInboundV0::PrepDetails .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInboundV0::PrepDetails

Overloads:



398
399
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 398

def self.new: (prep_instruction: String, prep_owner: String) -> Peddler::APIs::FulfillmentInboundV0::PrepDetails
| (String, String) -> Peddler::APIs::FulfillmentInboundV0::PrepDetails

.parsePeddler::APIs::FulfillmentInboundV0::PrepDetails

Parameters:

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

Returns:



405
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 405

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

Instance Method Details

#members[ :prep_instruction, :prep_owner ]

Returns:

  • ([ :prep_instruction, :prep_owner ])


410
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 410

def members: () -> [ :prep_instruction, :prep_owner ]

#to_h{ prep_instruction: String, prep_owner: String }

Returns:

  • ({ prep_instruction: String, prep_owner: String })


411
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 411

def to_h: () -> { prep_instruction: String, prep_owner: String }