Instance Property

all

Dictionary of all Offerings (Offering) objects keyed by their identifier. This dictionary can also be accessed by using an index subscript on Offerings, e.g. offerings["offering_id"]. To access the current offering use current.

Declaration

@objc let all: [String : Offering]