struct Stuff::Metadata

Included Modules

Extended Modules

Defined in:

stuff/stuff.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def description : String #

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

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

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

[View source]
def editors : Set(String) #

[View source]
def editors=(editors : Set(String)) #

[View source]
def modified_by_id : String | Nil #

[View source]
def modified_by_id=(modified_by_id : String | Nil) #

[View source]
def name : String #

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

[View source]
def parent_id : String #

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

[View source]
def schema_id : String | Nil #

[View source]
def schema_id=(schema_id : String | Nil) #

[View source]