struct ActivityPub::Object::Source

Included Modules

Defined in:

models/activity_pub/object.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(content : String, media_type : String) #

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

[View source]

Instance Method Detail

def content : String #

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

[View source]
def media_type : String #

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

[View source]