Module: GoodData::Mixin::NotMetric
- Defined in:
- lib/gooddata/mixins/not_metric.rb
Instance Method Summary collapse
-
#metric? ⇒ Boolean
(also: #measure?)
Returns true if the object is a metric false otherwise.
Instance Method Details
#metric? ⇒ Boolean Also known as: measure?
Returns true if the object is a metric false otherwise
12 13 14 |
# File 'lib/gooddata/mixins/not_metric.rb', line 12 def metric? false end |