Class: Peddler::APIs::FulfillmentInbound20240320::PrepInstruction

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

#feePeddler::Money? (readonly)

Returns the value of attribute fee.

Returns:



1505
1506
1507
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1505

def fee
  @fee
end

#prep_ownerString? (readonly)

Returns the value of attribute prep_owner.

Returns:

  • (String, nil)


1506
1507
1508
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1506

def prep_owner
  @prep_owner
end

#prep_typeString? (readonly)

Returns the value of attribute prep_type.

Returns:

  • (String, nil)


1507
1508
1509
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1507

def prep_type
  @prep_type
end

Class Method Details

.[](fee:, prep_owner:, prep_type:) ⇒ Peddler::APIs::FulfillmentInbound20240320::PrepInstruction .[](arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentInbound20240320::PrepInstruction

Overloads:



1498
1499
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1498

def self.[]: (?fee: Peddler::Money?, ?prep_owner: String?, ?prep_type: String?) -> Peddler::APIs::FulfillmentInbound20240320::PrepInstruction
| (Peddler::Money?, String?, String?) -> Peddler::APIs::FulfillmentInbound20240320::PrepInstruction

.members[ :fee, :prep_owner, :prep_type ]

Returns:

  • ([ :fee, :prep_owner, :prep_type ])


1501
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1501

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

.new(fee:, prep_owner:, prep_type:) ⇒ Peddler::APIs::FulfillmentInbound20240320::PrepInstruction .new(arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentInbound20240320::PrepInstruction

Overloads:



1496
1497
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1496

def self.new: (?fee: Peddler::Money?, ?prep_owner: String?, ?prep_type: String?) -> Peddler::APIs::FulfillmentInbound20240320::PrepInstruction
| (Peddler::Money?, String?, String?) -> Peddler::APIs::FulfillmentInbound20240320::PrepInstruction

.parsePeddler::APIs::FulfillmentInbound20240320::PrepInstruction

Parameters:

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

Returns:



1503
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1503

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

Instance Method Details

#members[ :fee, :prep_owner, :prep_type ]

Returns:

  • ([ :fee, :prep_owner, :prep_type ])


1509
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1509

def members: () -> [ :fee, :prep_owner, :prep_type ]

#to_h{ fee: Peddler::Money?, prep_owner: String?, prep_type: String? }

Returns:



1510
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1510

def to_h: () -> { fee: Peddler::Money?, prep_owner: String?, prep_type: String? }