Class: ActivityPub::OrderedCollection

Inherits:
Collection show all
Defined in:
lib/activitypub/types.rb

Direct Known Subclasses

OrderedCollectionPage

Instance Attribute Summary

Attributes inherited from Base

#_raw, #_resolver

Instance Method Summary collapse

Methods inherited from Base

#_context, #_type, ap_attr, ap_attributes, ap_types, #to_h, #to_json

Instance Method Details

#eachObject



88
# File 'lib/activitypub/types.rb', line 88

def each(...) = Array(orderedItems).each(...)

#mapObject



89
# File 'lib/activitypub/types.rb', line 89

def map(...) = Array(orderedItems).map(...)