module GoodData::Mixin::IsAttribute

Public Instance Methods

attribute?() click to toggle source

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

# File lib/gooddata/mixins/is_attribute.rb, line 12
def attribute?
  true
end