Module: PlatformosCheck::PlatformosLiquid::DeprecatedFilter

Extended by:
DeprecatedFilter
Included in:
DeprecatedFilter
Defined in:
lib/platformos_check/platformos_liquid/deprecated_filter.rb

Instance Method Summary collapse

Instance Method Details

#alternatives(filter) ⇒ Object



10
11
12
# File 'lib/platformos_check/platformos_liquid/deprecated_filter.rb', line 10

def alternatives(filter)
  all.fetch(filter, nil)
end

#labelsObject



14
15
16
# File 'lib/platformos_check/platformos_liquid/deprecated_filter.rb', line 14

def labels
  @labels ||= all.keys
end