Class: PowerBI::GatewayArray
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Array
Constructor Details
This class inherits a constructor from PowerBI::Array
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class PowerBI::Array
Class Method Details
Instance Method Details
#get_data ⇒ Object
34 35 36 |
# File 'lib/power-bi/gateway.rb', line 34 def get_data @tenant.get("/gateways", use_profile: false)[:value] end |