module GoodData::Mixin::NotFact

Public Instance Methods

fact?() click to toggle source

Returns true if the object is a fact false otherwise @return [Boolean]

# File lib/gooddata/mixins/not_fact.rb, line 12
def fact?
  false
end