Class: Kusto::Rest::ManagementContext
- Defined in:
- lib/kusto/rest/context/management_context.rb
Defined Under Namespace
Classes: Error
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(url:, token:) ⇒ ManagementContext
constructor
A new instance of ManagementContext.
Methods inherited from Context
Constructor Details
#initialize(url:, token:) ⇒ ManagementContext
Returns a new instance of ManagementContext.
12 13 14 15 |
# File 'lib/kusto/rest/context/management_context.rb', line 12 def initialize(url:, token:) super(url:, token:) @path = "v1/rest/mgmt" end |
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
8 9 10 |
# File 'lib/kusto/rest/context/management_context.rb', line 8 def path @path end |