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