struct InnerRange::Integriti::Partition

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 : Int32 | Nil = nil, name : Nil | String = nil, parent_id : Int32 | Nil = nil, partition_id : Int32 | Nil = nil, short_name : Nil | String = nil) #

[View source]

Instance Method Detail

def id : Int32 #

def id? : Int32 | Nil #

def name : String #

def name? : String | Nil #

def parent_id : Int32 #

def parent_id? : Int32 | Nil #

def partition_id : Int32 #

def partition_id? : Int32 | Nil #

def short_name : String #

def short_name? : String | Nil #