Class: Neetob::CLI::Github::Login

Inherits:
Base
  • Object
show all
Defined in:
lib/neetob/cli/github/login.rb

Constant Summary

Constants inherited from Base

Base::NEETO_APPS_LIST_LINK

Instance Attribute Summary

Attributes inherited from Base

#client

Attributes inherited from Base

#ui

Instance Method Summary collapse

Methods included from Utils

#camel_case_to_slug, #is_upper?, #symbolize_keys

Constructor Details

#initializeLogin

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