Class: Peddler::APIs::FulfillmentInbound20240320::InboundPlan
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::InboundPlan
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#created_at ⇒ Time
readonly
Returns the value of attribute created_at.
-
#inbound_plan_id ⇒ String
readonly
Returns the value of attribute inbound_plan_id.
-
#last_updated_at ⇒ Time
readonly
Returns the value of attribute last_updated_at.
-
#marketplace_ids ⇒ Array[String]
readonly
Returns the value of attribute marketplace_ids.
-
#name ⇒ String
readonly
Returns the value of attribute name.
-
#packing_options ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::PackingOptionSummary]?
readonly
Returns the value of attribute packing_options.
-
#placement_options ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary]?
readonly
Returns the value of attribute placement_options.
-
#shipments ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary]?
readonly
Returns the value of attribute shipments.
-
#source_address ⇒ Peddler::APIs::FulfillmentInbound20240320::Address
readonly
Returns the value of attribute source_address.
-
#status ⇒ String
readonly
Returns the value of attribute status.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :created_at, :inbound_plan_id, :last_updated_at, :marketplace_ids, :name, :source_address, :status, :packing_options, :placement_options, :shipments ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::InboundPlan
Instance Method Summary collapse
-
#members ⇒ [ :created_at, :inbound_plan_id, :last_updated_at, :marketplace_ids, :name, :source_address, :status, :packing_options, :placement_options, :shipments ]
-
#to_h ⇒ { created_at: Time, inbound_plan_id: String, last_updated_at: Time, marketplace_ids: Array[String], name: String, source_address: Peddler::APIs::FulfillmentInbound20240320::Address, status: String, packing_options: Array[Peddler::APIs::FulfillmentInbound20240320::PackingOptionSummary]?, placement_options: Array[Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary]?, shipments: Array[Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary]? }
Instance Attribute Details
#created_at ⇒ Time (readonly)
Returns the value of attribute created_at.
847 848 849 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 847 def created_at @created_at end |
#inbound_plan_id ⇒ String (readonly)
Returns the value of attribute inbound_plan_id.
848 849 850 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 848 def inbound_plan_id @inbound_plan_id end |
#last_updated_at ⇒ Time (readonly)
Returns the value of attribute last_updated_at.
849 850 851 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 849 def last_updated_at @last_updated_at end |
#marketplace_ids ⇒ Array[String] (readonly)
Returns the value of attribute marketplace_ids.
850 851 852 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 850 def marketplace_ids @marketplace_ids end |
#name ⇒ String (readonly)
Returns the value of attribute name.
851 852 853 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 851 def name @name end |
#packing_options ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::PackingOptionSummary]? (readonly)
Returns the value of attribute packing_options.
852 853 854 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 852 def @packing_options end |
#placement_options ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary]? (readonly)
Returns the value of attribute placement_options.
853 854 855 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 853 def @placement_options end |
#shipments ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary]? (readonly)
Returns the value of attribute shipments.
854 855 856 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 854 def shipments @shipments end |
#source_address ⇒ Peddler::APIs::FulfillmentInbound20240320::Address (readonly)
Returns the value of attribute source_address.
855 856 857 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 855 def source_address @source_address end |
#status ⇒ String (readonly)
Returns the value of attribute status.
856 857 858 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 856 def status @status end |
Class Method Details
.[](created_at:, inbound_plan_id:, last_updated_at:, marketplace_ids:, name:, source_address:, status:, packing_options:, placement_options:, shipments:) ⇒ Peddler::APIs::FulfillmentInbound20240320::InboundPlan .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) ⇒ Peddler::APIs::FulfillmentInbound20240320::InboundPlan
840 841 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 840
def self.[]: (created_at: Time, inbound_plan_id: String, last_updated_at: Time, marketplace_ids: Array[String], name: String, source_address: Peddler::APIs::FulfillmentInbound20240320::Address, status: String, ?packing_options: Array[Peddler::APIs::FulfillmentInbound20240320::PackingOptionSummary]?, ?placement_options: Array[Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary]?, ?shipments: Array[Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary]?) -> Peddler::APIs::FulfillmentInbound20240320::InboundPlan
| (Time, String, Time, Array[String], String, Peddler::APIs::FulfillmentInbound20240320::Address, String, Array[Peddler::APIs::FulfillmentInbound20240320::PackingOptionSummary]?, Array[Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary]?, Array[Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary]?) -> Peddler::APIs::FulfillmentInbound20240320::InboundPlan
|
.members ⇒ [ :created_at, :inbound_plan_id, :last_updated_at, :marketplace_ids, :name, :source_address, :status, :packing_options, :placement_options, :shipments ]
843 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 843
def self.members: () -> [ :created_at, :inbound_plan_id, :last_updated_at, :marketplace_ids, :name, :source_address, :status, :packing_options, :placement_options, :shipments ]
|
.new(created_at:, inbound_plan_id:, last_updated_at:, marketplace_ids:, name:, source_address:, status:, packing_options:, placement_options:, shipments:) ⇒ Peddler::APIs::FulfillmentInbound20240320::InboundPlan .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) ⇒ Peddler::APIs::FulfillmentInbound20240320::InboundPlan
838 839 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 838
def self.new: (created_at: Time, inbound_plan_id: String, last_updated_at: Time, marketplace_ids: Array[String], name: String, source_address: Peddler::APIs::FulfillmentInbound20240320::Address, status: String, ?packing_options: Array[Peddler::APIs::FulfillmentInbound20240320::PackingOptionSummary]?, ?placement_options: Array[Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary]?, ?shipments: Array[Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary]?) -> Peddler::APIs::FulfillmentInbound20240320::InboundPlan
| (Time, String, Time, Array[String], String, Peddler::APIs::FulfillmentInbound20240320::Address, String, Array[Peddler::APIs::FulfillmentInbound20240320::PackingOptionSummary]?, Array[Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary]?, Array[Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary]?) -> Peddler::APIs::FulfillmentInbound20240320::InboundPlan
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::InboundPlan
845 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 845
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::InboundPlan
|
Instance Method Details
#members ⇒ [ :created_at, :inbound_plan_id, :last_updated_at, :marketplace_ids, :name, :source_address, :status, :packing_options, :placement_options, :shipments ]
858 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 858
def members: () -> [ :created_at, :inbound_plan_id, :last_updated_at, :marketplace_ids, :name, :source_address, :status, :packing_options, :placement_options, :shipments ]
|
#to_h ⇒ { created_at: Time, inbound_plan_id: String, last_updated_at: Time, marketplace_ids: Array[String], name: String, source_address: Peddler::APIs::FulfillmentInbound20240320::Address, status: String, packing_options: Array[Peddler::APIs::FulfillmentInbound20240320::PackingOptionSummary]?, placement_options: Array[Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary]?, shipments: Array[Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary]? }
859 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 859
def to_h: () -> { created_at: Time, inbound_plan_id: String, last_updated_at: Time, marketplace_ids: Array[String], name: String, source_address: Peddler::APIs::FulfillmentInbound20240320::Address, status: String, packing_options: Array[Peddler::APIs::FulfillmentInbound20240320::PackingOptionSummary]?, placement_options: Array[Peddler::APIs::FulfillmentInbound20240320::PlacementOptionSummary]?, shipments: Array[Peddler::APIs::FulfillmentInbound20240320::ShipmentSummary]? }
|