Module: GoodData::Mixin::NotUserGroup
- Defined in:
- lib/gooddata/mixins/not_group.rb
Instance Method Summary collapse
-
#user_group? ⇒ Boolean
Returns true if the object is a fact false otherwise.
Instance Method Details
#user_group? ⇒ Boolean
Returns true if the object is a fact false otherwise
12 13 14 |
# File 'lib/gooddata/mixins/not_group.rb', line 12 def user_group? false end |