Class: Clash::Web::Client
- Inherits:
-
Object
- Object
- Clash::Web::Client
- Extended by:
- Forwardable
- Defined in:
- lib/clash-systray/lib/clash/web/client.rb
Instance Attribute Summary collapse
-
#secret ⇒ Object
readonly
Returns the value of attribute secret.
Instance Method Summary collapse
- #api ⇒ Object
-
#initialize(options) ⇒ Client
constructor
A new instance of Client.
Constructor Details
Instance Attribute Details
#secret ⇒ Object (readonly)
Returns the value of attribute secret.
6 7 8 |
# File 'lib/clash-systray/lib/clash/web/client.rb', line 6 def secret @secret end |