Class: SSC::Handler::Base
- Inherits:
-
Thor
- Object
- Thor
- SSC::Handler::Base
- Includes:
- Helper
- Defined in:
- lib/handlers/all.rb
Direct Known Subclasses
Client, Appliance, Build, OverlayFile, Package, Repository, Template
Constant Summary collapse
- API_URL =
'https://susestudio.com/api/v2/user'
Instance Method Summary collapse
-
#initialize(*args) ⇒ Base
constructor
A new instance of Base.
Methods included from Helper
Constructor Details
#initialize(*args) ⇒ Base
Returns a new instance of Base.
17 18 19 20 21 22 23 |
# File 'lib/handlers/all.rb', line 17 def initialize(*args) super = (, [:timeout, :proxy]) connect(.username, .password, ) @not_local= true if .remote? end |