Class: HubClient::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenObject

Returns the value of attribute access_token.



3
4
5
# File 'lib/hub_client/configuration.rb', line 3

def access_token
  @access_token
end

#endpoint_urlObject

Returns the value of attribute endpoint_url.



3
4
5
# File 'lib/hub_client/configuration.rb', line 3

def endpoint_url
  @endpoint_url
end

#envObject

Returns the value of attribute env.



3
4
5
# File 'lib/hub_client/configuration.rb', line 3

def env
  @env
end