class Profiles::ProfileFollowed_users
- Profiles::ProfileFollowed_users
- Marten::DB::Model
- Reference
- Object
Defined in:
Constant Summary
-
FIELDS_ =
{"id" => {type: "big_int", kwargs: {primary_key: true, auto: true}}, "from_profile" => {type: "many_to_one", kwargs: {to: Profiles::Profile, on_delete: :cascade, related: "from_profile_followed_users"}}, "to_profile" => {type: "many_to_one", kwargs: {to: Profiles::Profile, on_delete: :cascade, related: "to_profile_followed_users"}}} of Nil => Nil
Instance Method Summary
- #from_profile : Profiles::Profile | Nil
- #from_profile! : Profiles::Profile
- #from_profile=(related_object : Profiles::Profile | Nil)
- #from_profile?
- #from_profile_id : Marten::DB::Field::ReferenceDBTypes | Nil
- #from_profile_id!
- #from_profile_id=(related_id : Marten::DB::Field::ReferenceDBTypes | Nil)
- #from_profile_id?
- #id : Int32 | Int64 | Nil | Nil
- #id!
- #id=(id : Int32 | Int64 | Nil | Nil)
- #id?
- #to_profile : Profiles::Profile | Nil
- #to_profile! : Profiles::Profile
- #to_profile=(related_object : Profiles::Profile | Nil)
- #to_profile?
- #to_profile_id : Marten::DB::Field::ReferenceDBTypes | Nil
- #to_profile_id!
- #to_profile_id=(related_id : Marten::DB::Field::ReferenceDBTypes | Nil)
- #to_profile_id?