class Docr::Types::Actor

Included Modules

Defined in:

docr/types/system_events_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def attributes : Hash(String, String) #

Various key/value attributes of the object, depending on its type


[View source]
def attributes=(attributes : Hash(String, String)) #

Various key/value attributes of the object, depending on its type


[View source]
def id : String #

The ID of the object emitting the event


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

The ID of the object emitting the event


[View source]