class Profiles::ProfileFollowed_users

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

Instance Method Detail

def from_profile : Profiles::Profile | Nil #

def from_profile! : Profiles::Profile #

def from_profile=(related_object : Profiles::Profile | Nil) #

def from_profile? #

def from_profile_id : Marten::DB::Field::ReferenceDBTypes | Nil #

def from_profile_id! #

def from_profile_id=(related_id : Marten::DB::Field::ReferenceDBTypes | Nil) #

def from_profile_id? #

def id : Int32 | Int64 | Nil | Nil #

def id! #

def id=(id : Int32 | Int64 | Nil | Nil) #

def id? #

def to_profile : Profiles::Profile | Nil #

def to_profile! : Profiles::Profile #

def to_profile=(related_object : Profiles::Profile | Nil) #

def to_profile? #

def to_profile_id : Marten::DB::Field::ReferenceDBTypes | Nil #

def to_profile_id! #

def to_profile_id=(related_id : Marten::DB::Field::ReferenceDBTypes | Nil) #

def to_profile_id? #