Class: AuthKeys::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/auth_keys/utility/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfig

Returns a new instance of Config.



5
6
7
8
# File 'lib/auth_keys/utility/config.rb', line 5

def initialize
  @team_ids   = []
  @verbose    = false
end

Instance Attribute Details

#auth_tokenObject

Returns the value of attribute auth_token.



3
4
5
# File 'lib/auth_keys/utility/config.rb', line 3

def auth_token
  @auth_token
end

#file_pathObject

Returns the value of attribute file_path.



3
4
5
# File 'lib/auth_keys/utility/config.rb', line 3

def file_path
  @file_path
end

#org_nameObject

Returns the value of attribute org_name.



3
4
5
# File 'lib/auth_keys/utility/config.rb', line 3

def org_name
  @org_name
end

#team_idsObject

Returns the value of attribute team_ids.



3
4
5
# File 'lib/auth_keys/utility/config.rb', line 3

def team_ids
  @team_ids
end

#verboseObject

Returns the value of attribute verbose.



3
4
5
# File 'lib/auth_keys/utility/config.rb', line 3

def verbose
  @verbose
end