Class: Order::CreateVcProcurementOrdersFromCsv::Result
- Inherits:
-
Data
- Object
- Data
- Order::CreateVcProcurementOrdersFromCsv::Result
- Defined in:
- app/services/order/create_vc_procurement_orders_from_csv.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
-
#info_msgs ⇒ Object
readonly
Returns the value of attribute info_msgs.
-
#orders ⇒ Object
readonly
Returns the value of attribute orders.
Instance Method Summary collapse
-
#initialize(orders: nil, info_msgs: nil, errors: nil) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(orders: nil, info_msgs: nil, errors: nil) ⇒ Result
Returns a new instance of Result.
5 |
# File 'app/services/order/create_vc_procurement_orders_from_csv.rb', line 5 def initialize(orders: nil, info_msgs: nil, errors: nil) = super |
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors
4 5 6 |
# File 'app/services/order/create_vc_procurement_orders_from_csv.rb', line 4 def errors @errors end |
#info_msgs ⇒ Object (readonly)
Returns the value of attribute info_msgs
4 5 6 |
# File 'app/services/order/create_vc_procurement_orders_from_csv.rb', line 4 def info_msgs @info_msgs end |
#orders ⇒ Object (readonly)
Returns the value of attribute orders
4 5 6 |
# File 'app/services/order/create_vc_procurement_orders_from_csv.rb', line 4 def orders @orders end |