Module: GoodData::Mixin::IsAttribute

Included in:
Attribute
Defined in:
lib/gooddata/mixins/is_attribute.rb

Instance Method Summary collapse

Instance Method Details

#attribute?Boolean

Returns true if the object is a attribute false otherwise

Returns:

  • (Boolean)


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

def attribute?
  true
end