module GoodData::Mixin::IsLabel
Public Instance Methods
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?