class DiadocApi::Entity::Department

Included Modules

Defined in:

diadoc_api/entities/department.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def abbreviation : String | Nil #

def abbreviation=(abbreviation : String | Nil) #

def address : Address | Nil #

[View source]
def address=(address : Address | Nil) #

[View source]
def department_id : String #

def department_id=(department_id : String) #

def is_disabled : Bool | Nil #

[View source]
def is_disabled=(is_disabled : Bool | Nil) #

[View source]
def kpp : String | Nil #

def kpp=(kpp : String | Nil) #

def name : String #

def name=(name : String) #

def parent_department_id : String #

def parent_department_id=(parent_department_id : String) #