Module: GoodData::Mixin::IsLabel
- Included in:
- Label
- Defined in:
- lib/gooddata/mixins/is_label.rb
Instance Method Summary collapse
-
#label? ⇒ Boolean
(also: #display_form?)
Returns true if the object is a label false otherwise.
Instance Method Details
#label? ⇒ Boolean Also known as: display_form?
Returns true if the object is a label false otherwise
12 13 14 |
# File 'lib/gooddata/mixins/is_label.rb', line 12 def label? true end |