Class: PincodeFinder::Config
- Inherits:
-
Object
- Object
- PincodeFinder::Config
- Defined in:
- lib/pincode_finder/config.rb
Instance Attribute Summary collapse
-
#github_owner ⇒ Object
Returns the value of attribute github_owner.
-
#github_repo ⇒ Object
Returns the value of attribute github_repo.
-
#github_token ⇒ Object
Returns the value of attribute github_token.
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 9 |
# File 'lib/pincode_finder/config.rb', line 5 def initialize @github_owner = nil @github_repo = nil @github_token = nil end |
Instance Attribute Details
#github_owner ⇒ Object
Returns the value of attribute github_owner.
3 4 5 |
# File 'lib/pincode_finder/config.rb', line 3 def github_owner @github_owner end |
#github_repo ⇒ Object
Returns the value of attribute github_repo.
3 4 5 |
# File 'lib/pincode_finder/config.rb', line 3 def github_repo @github_repo end |
#github_token ⇒ Object
Returns the value of attribute github_token.
3 4 5 |
# File 'lib/pincode_finder/config.rb', line 3 def github_token @github_token end |