class DiadocApi::Entity::Department
- DiadocApi::Entity::Department
- Reference
- Object
Included Modules
- JSON::Serializable
- JSON::Serializable::Strict
Defined in:
diadoc_api/entities/department.crConstructors
Instance Method Summary
- #abbreviation : String | Nil
- #abbreviation=(abbreviation : String | Nil)
- #address : Address | Nil
- #address=(address : Address | Nil)
- #department_id : String
- #department_id=(department_id : String)
- #is_disabled : Bool | Nil
- #is_disabled=(is_disabled : Bool | Nil)
- #kpp : String | Nil
- #kpp=(kpp : String | Nil)
- #name : String
- #name=(name : String)
- #parent_department_id : String
- #parent_department_id=(parent_department_id : String)