Class: ApiSixClient::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#auth_tokenObject

Returns the value of attribute auth_token.



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

def auth_token
  @auth_token
end

#auth_token_hiddenObject

Returns the value of attribute auth_token_hidden.



7
8
9
# File 'lib/api_six_client/config.rb', line 7

def auth_token_hidden
  @auth_token_hidden
end

#auth_token_intObject

Returns the value of attribute auth_token_int.



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

def auth_token_int
  @auth_token_int
end

#endpointObject

Returns the value of attribute endpoint.



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

def endpoint
  @endpoint
end

#endpoint_intObject

Returns the value of attribute endpoint_int.



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

def endpoint_int
  @endpoint_int
end