module GoodData::Mixin::NotLabel

Public Instance Methods

display_form?()
Alias for: label?
label?() click to toggle source

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

# File lib/gooddata/mixins/not_label.rb, line 12
def label?
  false
end
Also aliased as: display_form?