Class: PowerBI::GatewayArray

Inherits:
Array
  • Object
show all
Defined in:
lib/power-bi/gateway.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Array

#initialize, #reload

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

.get_classObject



30
31
32
# File 'lib/power-bi/gateway.rb', line 30

def self.get_class
  Gateway
end

Instance Method Details

#get_dataObject



34
35
36
# File 'lib/power-bi/gateway.rb', line 34

def get_data
  @tenant.get("/gateways", use_profile: false)[:value]
end