Methods
Instance Public methods
days_until_drip_satisfies_at() Link
Source: show
# File app/serializers/v2/content/drip_restricted_serializer.rb, line 14 def days_until_drip_satisfies_at object.drip_data[:drip_at]&.iso8601 end
disposition() Link
Source: show
# File app/serializers/v2/content/drip_restricted_serializer.rb, line 10 def disposition object.disposition end
drip_end() Link
Source: show
# File app/serializers/v2/content/drip_restricted_serializer.rb, line 24 def drip_end return unless viewing_window viewing_window[:end]&.iso8601 end