Method: GoodData::Mixin::MdRelations#dependency

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

#dependency(uri, key = nil, opts = { :client => client, :project => project }) ⇒ Object



10
11
12
# File 'lib/gooddata/mixins/md_relations.rb', line 10

def dependency(uri, key = nil, opts = { :client => client, :project => project })
  GoodData::MdObject.dependency(uri, key, opts)
end