TravelStop
Inherits Jennifer::Model::Base < Jennifer::Model::Callback < Jennifer::Model::Validation < Jennifer::Validations::Macros < Jennifer::Model::STIMapping < Jennifer::Model::OptimisticLocking < Jennifer::Model::Timestamp < Jennifer::Model::Mapping < Jennifer::Model::CommonMapping < Jennifer::Model::FieldDeclaration < Jennifer::Presentable < Jennifer::Model::Resource < Jennifer::Macros < Jennifer::Model::RelationDefinition < Jennifer::Model::Scoping < Jennifer::Model::Translation < Reference < Object
Constructors
new(values : Hash(Symbol, AttrType) | NamedTuple, new_record)
Accepts symbol hash or named tuple, stringify it and calls constructor with string-based keys hash.
Class methods
_id
_stop_id
_travel_plan_id
column_names
Instance methods
destroy
Deletes object from db and calls all related callbacks.
It returns true if the object was successfully deleted.
Contact.first!.destroy # => true
id
id!
id=(_id : Union(Int64, Nil))
id=(_id : String)
id=(_id : Int32)
id=(_id : AttrType)
id_changed?
id_will_change!
stop_id
stop_id!
stop_id=(_stop_id : Int64)
stop_id=(_stop_id : String)
stop_id=(_stop_id : Int32)
stop_id=(_stop_id : AttrType)
stop_id_changed?
stop_id_will_change!
travel_plan
Sourcetravel_plan_id
travel_plan_id!
travel_plan_id=(_travel_plan_id : Union(Int64, Nil))
travel_plan_id=(_travel_plan_id : String)
travel_plan_id=(_travel_plan_id : Int32)
travel_plan_id=(_travel_plan_id : AttrType)
travel_plan_id_changed?
travel_plan_id_will_change!