class AuthKeys::Config
Attributes
auth_token[RW]
file_path[RW]
org_name[RW]
team_ids[RW]
verbose[RW]
Public Class Methods
new()
click to toggle source
# File lib/auth_keys/utility/config.rb, line 5 def initialize @team_ids = [] @verbose = false end