Class: Regis::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#cacheObject

Returns the value of attribute cache.



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

def cache
  @cache
end

#passwordObject

Returns the value of attribute password.



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

def password
  @password
end

#urlObject

Returns the value of attribute url.



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

def url
  @url
end

#usernameObject

Returns the value of attribute username.



4
5
6
# File 'lib/regis/configuration.rb', line 4

def username
  @username
end