Method: GoodData::Mixin::IsAttribute#attribute?

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

#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