Class: Configuration::Github
- Inherits:
-
Struct
- Object
- Struct
- Configuration::Github
- Defined in:
- lib/updater/configuration.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
-
#organisation ⇒ Object
Returns the value of attribute organisation.
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token
6 7 8 |
# File 'lib/updater/configuration.rb', line 6 def access_token @access_token end |
#endpoint ⇒ Object
Returns the value of attribute endpoint
6 7 8 |
# File 'lib/updater/configuration.rb', line 6 def endpoint @endpoint end |
#organisation ⇒ Object
Returns the value of attribute organisation
6 7 8 |
# File 'lib/updater/configuration.rb', line 6 def organisation @organisation end |