Class: Peddler::DataKiosk::VendorAnalytics20240930::Sourcing
- Inherits:
-
Data
- Object
- Data
- Peddler::DataKiosk::VendorAnalytics20240930::Sourcing
- Defined in:
- sig/peddler/data_kiosk/vendor_analytics20240930.rbs
Instance Attribute Summary collapse
-
#confirmed_units ⇒ String?
readonly
Returns the value of attribute confirmed_units.
-
#most_recent_submitted ⇒ String?
readonly
Returns the value of attribute most_recent_submitted.
-
#net_received ⇒ Peddler::DataKiosk::VendorAnalytics20240930::UnitsWithValue?
readonly
Returns the value of attribute net_received.
-
#open_purchase_order_quantity ⇒ String?
readonly
Returns the value of attribute open_purchase_order_quantity.
-
#overall_vendor_lead_time ⇒ Float?
readonly
Returns the value of attribute overall_vendor_lead_time.
-
#procurable_product_oos ⇒ Float?
readonly
Returns the value of attribute procurable_product_oos.
-
#received_fill_rate ⇒ Float?
readonly
Returns the value of attribute received_fill_rate.
-
#vendor_confirmation_rate ⇒ Float?
readonly
Returns the value of attribute vendor_confirmation_rate.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :confirmed_units, :most_recent_submitted, :net_received, :open_purchase_order_quantity, :overall_vendor_lead_time, :procurable_product_oos, :received_fill_rate, :vendor_confirmation_rate ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::DataKiosk::VendorAnalytics20240930::Sourcing
Instance Method Summary collapse
-
#members ⇒ [ :confirmed_units, :most_recent_submitted, :net_received, :open_purchase_order_quantity, :overall_vendor_lead_time, :procurable_product_oos, :received_fill_rate, :vendor_confirmation_rate ]
-
#to_h ⇒ { confirmed_units: String?, most_recent_submitted: String?, net_received: Peddler::DataKiosk::VendorAnalytics20240930::UnitsWithValue?, open_purchase_order_quantity: String?, overall_vendor_lead_time: Float?, procurable_product_oos: Float?, received_fill_rate: Float?, vendor_confirmation_rate: Float? }
Instance Attribute Details
#confirmed_units ⇒ String? (readonly)
Returns the value of attribute confirmed_units.
338 339 340 |
# File 'sig/peddler/data_kiosk/vendor_analytics20240930.rbs', line 338 def confirmed_units @confirmed_units end |
#most_recent_submitted ⇒ String? (readonly)
Returns the value of attribute most_recent_submitted.
339 340 341 |
# File 'sig/peddler/data_kiosk/vendor_analytics20240930.rbs', line 339 def most_recent_submitted @most_recent_submitted end |
#net_received ⇒ Peddler::DataKiosk::VendorAnalytics20240930::UnitsWithValue? (readonly)
Returns the value of attribute net_received.
340 341 342 |
# File 'sig/peddler/data_kiosk/vendor_analytics20240930.rbs', line 340 def net_received @net_received end |
#open_purchase_order_quantity ⇒ String? (readonly)
Returns the value of attribute open_purchase_order_quantity.
341 342 343 |
# File 'sig/peddler/data_kiosk/vendor_analytics20240930.rbs', line 341 def open_purchase_order_quantity @open_purchase_order_quantity end |
#overall_vendor_lead_time ⇒ Float? (readonly)
Returns the value of attribute overall_vendor_lead_time.
342 343 344 |
# File 'sig/peddler/data_kiosk/vendor_analytics20240930.rbs', line 342 def overall_vendor_lead_time @overall_vendor_lead_time end |
#procurable_product_oos ⇒ Float? (readonly)
Returns the value of attribute procurable_product_oos.
343 344 345 |
# File 'sig/peddler/data_kiosk/vendor_analytics20240930.rbs', line 343 def procurable_product_oos @procurable_product_oos end |
#received_fill_rate ⇒ Float? (readonly)
Returns the value of attribute received_fill_rate.
344 345 346 |
# File 'sig/peddler/data_kiosk/vendor_analytics20240930.rbs', line 344 def received_fill_rate @received_fill_rate end |
#vendor_confirmation_rate ⇒ Float? (readonly)
Returns the value of attribute vendor_confirmation_rate.
345 346 347 |
# File 'sig/peddler/data_kiosk/vendor_analytics20240930.rbs', line 345 def vendor_confirmation_rate @vendor_confirmation_rate end |
Class Method Details
.[](confirmed_units:, most_recent_submitted:, net_received:, open_purchase_order_quantity:, overall_vendor_lead_time:, procurable_product_oos:, received_fill_rate:, vendor_confirmation_rate:) ⇒ Peddler::DataKiosk::VendorAnalytics20240930::Sourcing .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) ⇒ Peddler::DataKiosk::VendorAnalytics20240930::Sourcing
331 332 |
# File 'sig/peddler/data_kiosk/vendor_analytics20240930.rbs', line 331
def self.[]: (?confirmed_units: String?, ?most_recent_submitted: String?, ?net_received: Peddler::DataKiosk::VendorAnalytics20240930::UnitsWithValue?, ?open_purchase_order_quantity: String?, ?overall_vendor_lead_time: Float?, ?procurable_product_oos: Float?, ?received_fill_rate: Float?, ?vendor_confirmation_rate: Float?) -> Peddler::DataKiosk::VendorAnalytics20240930::Sourcing
| (String?, String?, Peddler::DataKiosk::VendorAnalytics20240930::UnitsWithValue?, String?, Float?, Float?, Float?, Float?) -> Peddler::DataKiosk::VendorAnalytics20240930::Sourcing
|
.members ⇒ [ :confirmed_units, :most_recent_submitted, :net_received, :open_purchase_order_quantity, :overall_vendor_lead_time, :procurable_product_oos, :received_fill_rate, :vendor_confirmation_rate ]
334 |
# File 'sig/peddler/data_kiosk/vendor_analytics20240930.rbs', line 334
def self.members: () -> [ :confirmed_units, :most_recent_submitted, :net_received, :open_purchase_order_quantity, :overall_vendor_lead_time, :procurable_product_oos, :received_fill_rate, :vendor_confirmation_rate ]
|
.new(confirmed_units:, most_recent_submitted:, net_received:, open_purchase_order_quantity:, overall_vendor_lead_time:, procurable_product_oos:, received_fill_rate:, vendor_confirmation_rate:) ⇒ Peddler::DataKiosk::VendorAnalytics20240930::Sourcing .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) ⇒ Peddler::DataKiosk::VendorAnalytics20240930::Sourcing
329 330 |
# File 'sig/peddler/data_kiosk/vendor_analytics20240930.rbs', line 329
def self.new: (?confirmed_units: String?, ?most_recent_submitted: String?, ?net_received: Peddler::DataKiosk::VendorAnalytics20240930::UnitsWithValue?, ?open_purchase_order_quantity: String?, ?overall_vendor_lead_time: Float?, ?procurable_product_oos: Float?, ?received_fill_rate: Float?, ?vendor_confirmation_rate: Float?) -> Peddler::DataKiosk::VendorAnalytics20240930::Sourcing
| (String?, String?, Peddler::DataKiosk::VendorAnalytics20240930::UnitsWithValue?, String?, Float?, Float?, Float?, Float?) -> Peddler::DataKiosk::VendorAnalytics20240930::Sourcing
|
.parse ⇒ Peddler::DataKiosk::VendorAnalytics20240930::Sourcing
336 |
# File 'sig/peddler/data_kiosk/vendor_analytics20240930.rbs', line 336
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::DataKiosk::VendorAnalytics20240930::Sourcing
|
Instance Method Details
#members ⇒ [ :confirmed_units, :most_recent_submitted, :net_received, :open_purchase_order_quantity, :overall_vendor_lead_time, :procurable_product_oos, :received_fill_rate, :vendor_confirmation_rate ]
347 |
# File 'sig/peddler/data_kiosk/vendor_analytics20240930.rbs', line 347
def members: () -> [ :confirmed_units, :most_recent_submitted, :net_received, :open_purchase_order_quantity, :overall_vendor_lead_time, :procurable_product_oos, :received_fill_rate, :vendor_confirmation_rate ]
|
#to_h ⇒ { confirmed_units: String?, most_recent_submitted: String?, net_received: Peddler::DataKiosk::VendorAnalytics20240930::UnitsWithValue?, open_purchase_order_quantity: String?, overall_vendor_lead_time: Float?, procurable_product_oos: Float?, received_fill_rate: Float?, vendor_confirmation_rate: Float? }
348 |
# File 'sig/peddler/data_kiosk/vendor_analytics20240930.rbs', line 348
def to_h: () -> { confirmed_units: String?, most_recent_submitted: String?, net_received: Peddler::DataKiosk::VendorAnalytics20240930::UnitsWithValue?, open_purchase_order_quantity: String?, overall_vendor_lead_time: Float?, procurable_product_oos: Float?, received_fill_rate: Float?, vendor_confirmation_rate: Float? }
|