struct ActivityPub::Actor::Attachment

Included Modules

Defined in:

models/activity_pub/actor.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, type : String, value : String) #

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

[View source]

Instance Method Detail

def name : String #

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

[View source]
def type : String #

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

[View source]
def value : String #

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

[View source]