Class: Ghtk::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenObject

Returns the value of attribute access_token.



5
6
7
# File 'lib/ghtk/config.rb', line 5

def access_token
  @access_token
end

#domainObject

Returns the value of attribute domain.



4
5
6
# File 'lib/ghtk/config.rb', line 4

def domain
  @domain
end

#versionObject

Returns the value of attribute version.



6
7
8
# File 'lib/ghtk/config.rb', line 6

def version
  @version
end