Class: Peddler::APIs::FulfillmentInbound20240320::PrepInstruction
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::PrepInstruction
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#fee ⇒ Peddler::Money?
readonly
Returns the value of attribute fee.
-
#prep_owner ⇒ String?
readonly
Returns the value of attribute prep_owner.
-
#prep_type ⇒ String?
readonly
Returns the value of attribute prep_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :fee, :prep_owner, :prep_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::PrepInstruction
Instance Method Summary collapse
-
#members ⇒ [ :fee, :prep_owner, :prep_type ]
-
#to_h ⇒ { fee: Peddler::Money?, prep_owner: String?, prep_type: String? }
Instance Attribute Details
#fee ⇒ Peddler::Money? (readonly)
Returns the value of attribute fee.
1505 1506 1507 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1505 def fee @fee end |
#prep_owner ⇒ String? (readonly)
Returns the value of attribute prep_owner.
1506 1507 1508 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1506 def prep_owner @prep_owner end |
#prep_type ⇒ String? (readonly)
Returns the value of attribute prep_type.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::PrepInstruction
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 ]
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? }
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? }
|