struct InnerRange::Integriti::FullUser

Defined in:

inner_range/integriti.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct InnerRange::Integriti::IntegritiObject

new(pull : JSON::PullParser) new

Constructor Detail

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

def self.new(id : Int64 | Nil = nil, name : Nil | String = nil, site : InnerRange::Integriti::Site | Nil = nil, address : Nil | String = nil, partition_id : Int32 | Nil = nil, origo : Bool | Nil = nil, phone : Nil | String = nil, email : Nil | String = nil, primary_permission_group : InnerRange::Integriti::PermissionGroup | Nil = nil) #

[View source]

Instance Method Detail

def address : String #

def address? : String | Nil #

def email : String #

def email? : String | Nil #

def id : Int64 #

def id? : Int64 | Nil #

def name : String #

def name? : String | Nil #

def origo : Bool #

def origo? : Bool | Nil #

def partition_id : Int32 #

def partition_id? : Int32 | Nil #

def phone : String #

def phone? : String | Nil #

def primary_permission_group : PermissionGroup #

def primary_permission_group? : PermissionGroup | Nil #

def site : Site #

def site? : Site | Nil #

def site_id #

[View source]
def site_name #

[View source]