module GoodData::Mixin::IsFact
Public Instance Methods
fact?()
click to toggle source
Returns true if the object is a fact false otherwise @return [Boolean]
# File lib/gooddata/mixins/is_fact.rb, line 12 def fact? true end