Class: AppBridge::Connection
- Inherits:
-
Object
- Object
- AppBridge::Connection
- Defined in:
- sig/app_bridge.rbs
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.new ⇒ Connection
18 |
# File 'sig/app_bridge.rbs', line 18
def self.new: (String, String, String) -> Connection
|
Instance Method Details
#id ⇒ String
20 |
# File 'sig/app_bridge.rbs', line 20
def id: () -> String
|
#name ⇒ String
22 |
# File 'sig/app_bridge.rbs', line 22
def name: () -> String
|
#serialized_data ⇒ String
24 |
# File 'sig/app_bridge.rbs', line 24
def serialized_data: () -> String
|