module GoodData::Mixin::IsLabel
Public Instance Methods
Source
# File lib/gooddata/mixins/is_label.rb, line 12 def label? true end
Returns true if the object is a label false otherwise @return [Boolean]
Also aliased as: display_form?
# File lib/gooddata/mixins/is_label.rb, line 12 def label? true end
Returns true if the object is a label false otherwise @return [Boolean]