Skip to content

Featuryオブジェクトの情報

各Featuryオブジェクトについて情報を取得できます。

メソッドinfo

ruby
info = User::OnboardingFeature.info
ruby
info.features # Feature flags of the current class.
info.groups   # Feature flag groups of the current class.
info.tree     # Tree of feature flags from the current class.