Method: GoodData::Mixin::MdRelations#dependency?

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

#dependency?(type, obj, opts = { :client => client, :project => project }) ⇒ Boolean

Checks for dependency

Returns:

  • (Boolean)


15
16
17
# File 'lib/gooddata/mixins/md_relations.rb', line 15

def dependency?(type, obj, opts = { :client => client, :project => project })
  GoodData::MdObject.dependency?(type, self, obj, opts)
end