Class: AuthKeys::Config
- Inherits:
-
Object
- Object
- AuthKeys::Config
- Defined in:
- lib/auth_keys/utility/config.rb
Instance Attribute Summary collapse
-
#auth_token ⇒ Object
Returns the value of attribute auth_token.
-
#file_path ⇒ Object
Returns the value of attribute file_path.
-
#org_name ⇒ Object
Returns the value of attribute org_name.
-
#team_ids ⇒ Object
Returns the value of attribute team_ids.
-
#verbose ⇒ Object
Returns the value of attribute verbose.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
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_token ⇒ Object
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_path ⇒ Object
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_name ⇒ Object
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_ids ⇒ Object
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 |
#verbose ⇒ Object
Returns the value of attribute verbose.
3 4 5 |
# File 'lib/auth_keys/utility/config.rb', line 3 def verbose @verbose end |