Class: Neetob::CLI::Github::Login
- Defined in:
- lib/neetob/cli/github/login.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize ⇒ Login
constructor
A new instance of Login.
Methods included from Utils
#camel_case_to_slug, #is_upper?, #symbolize_keys
Constructor Details
#initialize ⇒ Login
Returns a new instance of Login.
9 10 11 12 |
# File 'lib/neetob/cli/github/login.rb', line 9 def initialize super() Auth.new(**read_and_parse_auth_params_from_env).start_oauth2_device_flow end |