Class: AxHub::Data::TenantScope
- Inherits:
-
Object
- Object
- AxHub::Data::TenantScope
- Defined in:
- lib/axhub_sdk/data.rb
Instance Method Summary collapse
- #app(app_slug) ⇒ Object
-
#initialize(ergo_data, tenant_slug) ⇒ TenantScope
constructor
A new instance of TenantScope.
Constructor Details
#initialize(ergo_data, tenant_slug) ⇒ TenantScope
Returns a new instance of TenantScope.
40 41 42 43 |
# File 'lib/axhub_sdk/data.rb', line 40 def initialize(ergo_data, tenant_slug) @ergo_data = ergo_data @tenant_slug = tenant_slug end |