Class: Rhoconnect::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



5
6
7
# File 'lib/rhoconnect/configuration.rb', line 5

def initialize
  @sync_time_as_int = true
end

Instance Attribute Details

#app_endpointObject

Returns the value of attribute app_endpoint.



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

def app_endpoint
  @app_endpoint
end

#authenticateObject

Returns the value of attribute authenticate.



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

def authenticate
  @authenticate
end

#http_proxyObject

Returns the value of attribute http_proxy.



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

def http_proxy
  @http_proxy
end

#sync_time_as_intObject

Returns the value of attribute sync_time_as_int.



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

def sync_time_as_int
  @sync_time_as_int
end

#tokenObject

Returns the value of attribute token.



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

def token
  @token
end

#uriObject

Returns the value of attribute uri.



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

def uri
  @uri
end