class Gitlab::Group

Included Modules

Defined in:

lib/gitlab/models.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def auto_devops_enabled=(auto_devops_enabled : Bool | Nil) #

[View source]
def auto_devops_enabled? : Bool | Nil #

[View source]
def avatar_url : String | Nil #

[View source]
def avatar_url=(avatar_url : String | Nil) #

[View source]
def created_at : Time #

[View source]
def created_at=(created_at : Time) #

[View source]
def description : String #

[View source]
def description=(description : String) #

[View source]
def emails_disabled=(emails_disabled : Bool) #

[View source]
def emails_disabled? : Bool #

[View source]
def extra_shared_runners_minutes_limit : Int32 | Nil #

[View source]
def extra_shared_runners_minutes_limit=(extra_shared_runners_minutes_limit : Int32 | Nil) #

[View source]
def full_name : String #

[View source]
def full_name=(full_name : String) #

[View source]
def full_path : String #

[View source]
def full_path=(full_path : String) #

[View source]
def id : Int32 #

[View source]
def id=(id : Int32) #

[View source]
def ldap_access : String | Nil #

[View source]
def ldap_access=(ldap_access : String | Nil) #

[View source]
def ldap_cn : String | Nil #

[View source]
def ldap_cn=(ldap_cn : String | Nil) #

[View source]
def lfs_enabled=(lfs_enabled : Bool) #

[View source]
def lfs_enabled? : Bool #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def parent_id : Int32 | Nil #

[View source]
def parent_id=(parent_id : Int32 | Nil) #

[View source]
def path : String #

[View source]
def path=(path : String) #

[View source]
def project_creation_level : String #

[View source]
def project_creation_level=(project_creation_level : String) #

[View source]
def projects : Array(Project) #

[View source]
def projects=(projects : Array(Project)) #

[View source]
def request_access_enabled=(request_access_enabled : Bool) #

[View source]
def request_access_enabled? : Bool #

[View source]
def require_two_factor_authentication=(require_two_factor_authentication : Bool) #

[View source]
def require_two_factor_authentication? : Bool #

[View source]
def share_with_group_lock=(share_with_group_lock : Bool) #

[View source]
def share_with_group_lock? : Bool #

[View source]
def shared_projects : Array(JSON::Any | Nil) #

[View source]
def shared_projects=(shared_projects : Array(JSON::Any | Nil)) #

[View source]
def shared_runners_minutes_limit : Int32 | Nil #

[View source]
def shared_runners_minutes_limit=(shared_runners_minutes_limit : Int32 | Nil) #

[View source]
def subgroup_creation_level : String #

[View source]
def subgroup_creation_level=(subgroup_creation_level : String) #

[View source]
def two_factor_grace_period : Int32 #

[View source]
def two_factor_grace_period=(two_factor_grace_period : Int32) #

[View source]
def visibility : String #

[View source]
def visibility=(visibility : String) #

[View source]
def web_url : String #

[View source]
def web_url=(web_url : String) #

[View source]