Method: PowerBI::Capacity#get_data
- Defined in:
- lib/power-bi/capacity.rb
#get_data(id) ⇒ Object
8 9 10 |
# File 'lib/power-bi/capacity.rb', line 8 def get_data(id) @tenant.get("/capacities", {'$filter': "id eq #{id}"})[:value].first end |