Class: Polivalente::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#base_api_controllerObject

Returns the value of attribute base_api_controller.



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

def base_api_controller
  @base_api_controller
end

#base_controllerObject

Returns the value of attribute base_controller.



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

def base_controller
  @base_controller
end

#inactive_account_ttlObject

Returns the value of attribute inactive_account_ttl.



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

def 
  @inactive_account_ttl
end

#spam_account_ttlObject

Returns the value of attribute spam_account_ttl.



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

def 
  @spam_account_ttl
end

#supported_localesObject

Returns the value of attribute supported_locales.



7
8
9
# File 'lib/polivalente/configuration.rb', line 7

def supported_locales
  @supported_locales
end

#trash_ttlObject

Returns the value of attribute trash_ttl.



8
9
10
# File 'lib/polivalente/configuration.rb', line 8

def trash_ttl
  @trash_ttl
end

#user_classObject

Returns the value of attribute user_class.



9
10
11
# File 'lib/polivalente/configuration.rb', line 9

def user_class
  @user_class
end