module GoodData::Mixin::IsDimension

Public Instance Methods

dimension?() click to toggle source

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

# File lib/gooddata/mixins/is_dimension.rb, line 12
def dimension?
  true
end