struct Delta::Models::PropertyIdentifier

Included Modules

Extended Modules

Defined in:

delta/models/property_identifier.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def base : String #

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

[View source]
def type : String #

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

[View source]
def value : JSON::Any #

[View source]
def value=(value : JSON::Any) #

[View source]