Class: Peddler::APIs::FulfillmentInboundV0::PrepDetails
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInboundV0::PrepDetails
- Defined in:
- sig/peddler/apis/fulfillment_inbound_v0.rbs
Instance Attribute Summary collapse
-
#prep_instruction ⇒ String
readonly
Returns the value of attribute prep_instruction.
-
#prep_owner ⇒ String
readonly
Returns the value of attribute prep_owner.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :prep_instruction, :prep_owner ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInboundV0::PrepDetails
Instance Method Summary collapse
-
#members ⇒ [ :prep_instruction, :prep_owner ]
-
#to_h ⇒ { prep_instruction: String, prep_owner: String }
Instance Attribute Details
#prep_instruction ⇒ String (readonly)
Returns the value of attribute prep_instruction.
407 408 409 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 407 def prep_instruction @prep_instruction end |
#prep_owner ⇒ String (readonly)
Returns the value of attribute prep_owner.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::FulfillmentInboundV0::PrepDetails
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 ]
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 }
411 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 411
def to_h: () -> { prep_instruction: String, prep_owner: String }
|