Class: PlatformSdk::Client
- Inherits:
-
Object
- Object
- PlatformSdk::Client
- Defined in:
- sig/platform_sdk/ops_genie/client.rbs
Constant Summary collapse
- OPSGENIE_API_URL =
Instance Attribute Summary collapse
-
#connection ⇒ Object
readonly
Returns the value of attribute connection.
Instance Method Summary collapse
Constructor Details
#initialize ⇒ Object
7 |
# File 'sig/platform_sdk/ops_genie/client.rbs', line 7
def initialize: (String, ?String) -> Object
|
Instance Attribute Details
#connection ⇒ Object (readonly)
Returns the value of attribute connection.
5 6 7 |
# File 'sig/platform_sdk/ops_genie/client.rbs', line 5 def connection @connection end |
Instance Method Details
#build_connection ⇒ Object
11 |
# File 'sig/platform_sdk/ops_genie/client.rbs', line 11
def build_connection: (String) -> Object
|
#heartbeat ⇒ Object
9 |
# File 'sig/platform_sdk/ops_genie/client.rbs', line 9
def heartbeat: (String) -> Object
|