Module: GoodData::Mixin::IsLabel

Included in:
Label
Defined in:
lib/gooddata/mixins/is_label.rb

Instance Method Summary collapse

Instance Method Details

#label?Boolean Also known as: display_form?

Returns true if the object is a label false otherwise

Returns:

  • (Boolean)


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

def label?
  true
end