module GoodData::Mixin::NotAttribute

Public Instance Methods

attribute?() click to toggle source

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

# File lib/gooddata/mixins/not_attribute.rb, line 12
def attribute?
  false
end