Class: Peddler::APIs::FulfillmentInbound20240320::BoxUpdateInput
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::BoxUpdateInput
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#content_information_source ⇒ String
readonly
Returns the value of attribute content_information_source.
-
#dimensions ⇒ Peddler::APIs::FulfillmentInbound20240320::Dimensions
readonly
Returns the value of attribute dimensions.
-
#items ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::ItemInput]?
readonly
Returns the value of attribute items.
-
#package_id ⇒ String?
readonly
Returns the value of attribute package_id.
-
#quantity ⇒ Integer
readonly
Returns the value of attribute quantity.
-
#weight ⇒ Peddler::APIs::FulfillmentInbound20240320::Weight
readonly
Returns the value of attribute weight.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :content_information_source, :dimensions, :quantity, :weight, :items, :package_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::BoxUpdateInput
Instance Method Summary collapse
-
#members ⇒ [ :content_information_source, :dimensions, :quantity, :weight, :items, :package_id ]
-
#to_h ⇒ { content_information_source: String, dimensions: Peddler::APIs::FulfillmentInbound20240320::Dimensions, quantity: Integer, weight: Peddler::APIs::FulfillmentInbound20240320::Weight, items: Array[Peddler::APIs::FulfillmentInbound20240320::ItemInput]?, package_id: String? }
Instance Attribute Details
#content_information_source ⇒ String (readonly)
Returns the value of attribute content_information_source.
162 163 164 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 162 def content_information_source @content_information_source end |
#dimensions ⇒ Peddler::APIs::FulfillmentInbound20240320::Dimensions (readonly)
Returns the value of attribute dimensions.
163 164 165 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 163 def dimensions @dimensions end |
#items ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::ItemInput]? (readonly)
Returns the value of attribute items.
164 165 166 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 164 def items @items end |
#package_id ⇒ String? (readonly)
Returns the value of attribute package_id.
165 166 167 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 165 def package_id @package_id end |
#quantity ⇒ Integer (readonly)
Returns the value of attribute quantity.
166 167 168 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 166 def quantity @quantity end |
#weight ⇒ Peddler::APIs::FulfillmentInbound20240320::Weight (readonly)
Returns the value of attribute weight.
167 168 169 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 167 def weight @weight end |
Class Method Details
.[](content_information_source:, dimensions:, quantity:, weight:, items:, package_id:) ⇒ Peddler::APIs::FulfillmentInbound20240320::BoxUpdateInput .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::FulfillmentInbound20240320::BoxUpdateInput
155 156 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 155
def self.[]: (content_information_source: String, dimensions: Peddler::APIs::FulfillmentInbound20240320::Dimensions, quantity: Integer, weight: Peddler::APIs::FulfillmentInbound20240320::Weight, ?items: Array[Peddler::APIs::FulfillmentInbound20240320::ItemInput]?, ?package_id: String?) -> Peddler::APIs::FulfillmentInbound20240320::BoxUpdateInput
| (String, Peddler::APIs::FulfillmentInbound20240320::Dimensions, Integer, Peddler::APIs::FulfillmentInbound20240320::Weight, Array[Peddler::APIs::FulfillmentInbound20240320::ItemInput]?, String?) -> Peddler::APIs::FulfillmentInbound20240320::BoxUpdateInput
|
.members ⇒ [ :content_information_source, :dimensions, :quantity, :weight, :items, :package_id ]
158 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 158
def self.members: () -> [ :content_information_source, :dimensions, :quantity, :weight, :items, :package_id ]
|
.new(content_information_source:, dimensions:, quantity:, weight:, items:, package_id:) ⇒ Peddler::APIs::FulfillmentInbound20240320::BoxUpdateInput .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::FulfillmentInbound20240320::BoxUpdateInput
153 154 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 153
def self.new: (content_information_source: String, dimensions: Peddler::APIs::FulfillmentInbound20240320::Dimensions, quantity: Integer, weight: Peddler::APIs::FulfillmentInbound20240320::Weight, ?items: Array[Peddler::APIs::FulfillmentInbound20240320::ItemInput]?, ?package_id: String?) -> Peddler::APIs::FulfillmentInbound20240320::BoxUpdateInput
| (String, Peddler::APIs::FulfillmentInbound20240320::Dimensions, Integer, Peddler::APIs::FulfillmentInbound20240320::Weight, Array[Peddler::APIs::FulfillmentInbound20240320::ItemInput]?, String?) -> Peddler::APIs::FulfillmentInbound20240320::BoxUpdateInput
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::BoxUpdateInput
160 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 160
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::BoxUpdateInput
|
Instance Method Details
#members ⇒ [ :content_information_source, :dimensions, :quantity, :weight, :items, :package_id ]
169 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 169
def members: () -> [ :content_information_source, :dimensions, :quantity, :weight, :items, :package_id ]
|
#to_h ⇒ { content_information_source: String, dimensions: Peddler::APIs::FulfillmentInbound20240320::Dimensions, quantity: Integer, weight: Peddler::APIs::FulfillmentInbound20240320::Weight, items: Array[Peddler::APIs::FulfillmentInbound20240320::ItemInput]?, package_id: String? }
170 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 170
def to_h: () -> { content_information_source: String, dimensions: Peddler::APIs::FulfillmentInbound20240320::Dimensions, quantity: Integer, weight: Peddler::APIs::FulfillmentInbound20240320::Weight, items: Array[Peddler::APIs::FulfillmentInbound20240320::ItemInput]?, package_id: String? }
|