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