Class: Configuration::Github

Inherits:
Struct
  • Object
show all
Defined in:
lib/updater/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenObject

Returns the value of attribute access_token

Returns:

  • (Object)

    the current value of access_token



6
7
8
# File 'lib/updater/configuration.rb', line 6

def access_token
  @access_token
end

#endpointObject

Returns the value of attribute endpoint

Returns:

  • (Object)

    the current value of endpoint



6
7
8
# File 'lib/updater/configuration.rb', line 6

def endpoint
  @endpoint
end

#organisationObject

Returns the value of attribute organisation

Returns:

  • (Object)

    the current value of organisation



6
7
8
# File 'lib/updater/configuration.rb', line 6

def organisation
  @organisation
end