Class: Emailvision4rails::Configuration

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

Class Attribute Summary collapse

Class Attribute Details

.debugObject

Returns the value of attribute debug.



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

def debug
  @debug
end

.encodingObject

Returns the value of attribute encoding.



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

def encoding
  @encoding
end

.endpointObject

Returns the value of attribute endpoint.



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

def endpoint
  @endpoint
end

.keyObject

Returns the value of attribute key.



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

def key
  @key
end

.loginObject

Returns the value of attribute login.



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

def 
  @login
end

.passwordObject

Returns the value of attribute password.



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

def password
  @password
end

.server_nameObject

Returns the value of attribute server_name.



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

def server_name
  @server_name
end