Module: GoodData::Mixin::IsAttribute
- Included in:
- Attribute
- Defined in:
- lib/gooddata/mixins/is_attribute.rb
Instance Method Summary collapse
-
#attribute? ⇒ Boolean
Returns true if the object is a attribute false otherwise.
Instance Method Details
#attribute? ⇒ Boolean
Returns true if the object is a attribute false otherwise
12 13 14 |
# File 'lib/gooddata/mixins/is_attribute.rb', line 12 def attribute? true end |