Class: TextTractor::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#default_passwordObject

Returns the value of attribute default_password.



14
15
16
# File 'lib/text_tractor/config.rb', line 14

def default_password
  @default_password
end

#default_usernameObject

Returns the value of attribute default_username.



14
15
16
# File 'lib/text_tractor/config.rb', line 14

def default_username
  @default_username
end

#environmentObject

Returns the value of attribute environment.



14
15
16
# File 'lib/text_tractor/config.rb', line 14

def environment
  @environment
end

#hostnameObject

Returns the value of attribute hostname.



14
15
16
# File 'lib/text_tractor/config.rb', line 14

def hostname
  @hostname
end

#portObject

Returns the value of attribute port.



14
15
16
# File 'lib/text_tractor/config.rb', line 14

def port
  @port
end

#redisObject

Returns the value of attribute redis.



14
15
16
# File 'lib/text_tractor/config.rb', line 14

def redis
  @redis
end

#saltObject

Returns the value of attribute salt.



14
15
16
# File 'lib/text_tractor/config.rb', line 14

def salt
  @salt
end

#sslObject

Returns the value of attribute ssl.



14
15
16
# File 'lib/text_tractor/config.rb', line 14

def ssl
  @ssl
end