Class: Ghtk::Config
- Inherits:
-
Object
- Object
- Ghtk::Config
- Defined in:
- lib/ghtk/config.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token.
5 6 7 |
# File 'lib/ghtk/config.rb', line 5 def access_token @access_token end |
#domain ⇒ Object
Returns the value of attribute domain.
4 5 6 |
# File 'lib/ghtk/config.rb', line 4 def domain @domain end |
#version ⇒ Object
Returns the value of attribute version.
6 7 8 |
# File 'lib/ghtk/config.rb', line 6 def version @version end |