Module: GoodData::Mixin::NotLabel

Defined in:
lib/gooddata/mixins/not_label.rb

Instance Method Summary collapse

Instance Method Details

#label?Boolean Also known as: display_form?

Returns true if the object is a fact label otherwise

Returns:

  • (Boolean)


12
13
14
# File 'lib/gooddata/mixins/not_label.rb', line 12

def label?
  false
end