class UserOrderQuery
- UserOrderQuery
- UserOrder::BaseQuery
- Reference
- Object
Included Modules
Defined in:
queries/user_order_query.crInstance Method Summary
- #created_at
- #delivered_at
- #delivery_point(address : Array(Int32), store : Array(Int32))
- #delivery_point_id
- #delivery_point_type
- #earned_bonuses
- #earned_bonuses_state
- #id
- #planned_delivery_date
- #planned_delivery_time_interval
- #total_cost
- #total_weight
- #updated_at
- #used_bonuses
Instance methods inherited from module PolymorphicWhere
polymorphic_where_in(assoc_name : String | Symbol, type : String, ids : Array(Int32))
polymorphic_where_in
Instance methods inherited from class UserOrder::BaseQuery
clone
clone,
created_at(value)created_at created_at, delivered_at(value)
delivered_at delivered_at, delivery_point_id(value)
delivery_point_id delivery_point_id, delivery_point_type(value)
delivery_point_type delivery_point_type, earned_bonuses(value)
earned_bonuses earned_bonuses, earned_bonuses_state(value)
earned_bonuses_state earned_bonuses_state, find(id) find, id(value)
id id, planned_delivery_date(value)
planned_delivery_date planned_delivery_date, planned_delivery_time_interval(value)
planned_delivery_time_interval planned_delivery_time_interval, preload_delivery_point preload_delivery_point, total_cost(value)
total_cost total_cost, total_weight(value)
total_weight total_weight, update(id : Int32 | Avram::Nothing = Avram::Nothing.new, created_at : Time | Avram::Nothing = Avram::Nothing.new, updated_at : Time | Avram::Nothing = Avram::Nothing.new, delivery_point_type : String | Avram::Nothing = Avram::Nothing.new, delivery_point_id : Int32 | Avram::Nothing = Avram::Nothing.new, planned_delivery_date : Time | Avram::Nothing | Nil = Avram::Nothing.new, delivered_at : Time | Avram::Nothing | Nil = Avram::Nothing.new, total_cost : Float64 | Avram::Nothing = Avram::Nothing.new, total_weight : Float64 | Avram::Nothing = Avram::Nothing.new, planned_delivery_time_interval : Int16 | Avram::Nothing | Nil = Avram::Nothing.new, used_bonuses : Int16 | Avram::Nothing = Avram::Nothing.new, earned_bonuses : Int16 | Avram::Nothing = Avram::Nothing.new, earned_bonuses_state : Int16 | Avram::Nothing = Avram::Nothing.new) : Int64 update, updated_at(value)
updated_at updated_at, used_bonuses(value)
used_bonuses used_bonuses