struct InnerRange::Integriti::Partition
Defined in:
inner_range/integriti.crConstructors
- .new(pull : JSON::PullParser)
- .new(id : Int32 | Nil = nil, name : Nil | String = nil, parent_id : Int32 | Nil = nil, partition_id : Int32 | Nil = nil, short_name : Nil | String = nil)
Instance Method Summary
- #id : Int32
- #id? : Int32 | Nil
- #name : String
- #name? : String | Nil
- #parent_id : Int32
- #parent_id? : Int32 | Nil
- #partition_id : Int32
- #partition_id? : Int32 | Nil
- #short_name : String
- #short_name? : String | Nil
Constructor methods inherited from struct InnerRange::Integriti::IntegritiObject
new(pull : JSON::PullParser)
new
Constructor Detail
def self.new(id : Int32 | Nil = nil, name : Nil | String = nil, parent_id : Int32 | Nil = nil, partition_id : Int32 | Nil = nil, short_name : Nil | String = nil)
#