Method: GoodData::Mixin::MdRelations#using
- Defined in:
- lib/gooddata/mixins/md_relations.rb
#using(key = nil, opts = { :client => client, :project => project }) ⇒ Object
Returns which objects this MD resource uses
27 28 29 |
# File 'lib/gooddata/mixins/md_relations.rb', line 27 def using(key = nil, opts = { :client => client, :project => project }) dependency("#{project.md['using2']}/#{obj_id}", key, { :client => client, :project => project }.merge(opts)) end |