struct Delta::Models::Object

Included Modules

Extended Modules

Defined in:

delta/models/object.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(object_type : String, instance : String, base : String, display_name : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def base : String #

[View source]
def base=(base : String) #

[View source]
def display_name : String #

[View source]
def display_name=(display_name : String) #

[View source]
def instance : UInt32 #

[View source]
def instance=(instance : UInt32) #

[View source]
def object_type : String #

[View source]
def object_type=(object_type : String) #

[View source]