module GoodData::Mixin::IsLabel

Public Instance Methods

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

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

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