Class: Config (I18n)

Overview
Module Structure
Class Hierarchy
Instance Methods
Config#locale
Config#locale= / 1
Config#backend
Config#backend= / 1
Config#default_locale
Config#default_locale= / 1
Config#available_locales
Config#available_locales= / 1
Config#default_separator
Config#default_separator= / 1
Config#exception_handler
Config#exception_handler= / 1
Config#load_path
Config#load_path= / 1
is a submodule of
module: I18n   
inherits from
  Object ( Builtin-Module )
has properties
method: locale   
method: locale= / 1   
method: backend   
method: backend= / 1   
method: default_locale   
method: default_locale= / 1   
method: available_locales   
method: available_locales= / 1   
method: default_separator   
method: default_separator= / 1   
method: exception_handler   
method: exception_handler= / 1   
method: load_path   
method: load_path= / 1   
is defined at
#2 in active_support/vendor/i18n-0.4.1/i18n/config.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
class: Object     
  module: I18n
class: Config     

Class Hierarchy

Object ( Builtin-Module )
includes
  InstanceExecMethods ( Unknown-Module )
has properties
method: duplicable?   
method: ` / 1   
method: blank?   
method: present?   
method: presence   
method: to_param   
method: to_query / 1   
method: remove_subclasses_of / 1   
method: subclasses_of (1/2) / 1   
method: subclasses_of (2/E) / 1   
method: extended_by   
method: extend_with_included_modules_from / 1   
method: instance_exec / 2   
method: instance_variable_defined? / 1   
method: instance_values   
method: instance_variable_names   
method: copy_instance_variables_from / 2   
method: metaclass   
method: returning / 1   
method: tap   
method: with_options / 1   
method: acts_like? / 1   
method: singleton_class   
method: class_eval / 2   
method: html_safe?   
method: try / 3   
method: to_json / 1   
method: as_json / 1   
class method: method_added / 1   
class method: find_hidden_method / 1   
Config ( I18n )
has properties
method: locale   
method: locale= / 1   
method: backend   
method: backend= / 1   
method: default_locale   
method: default_locale= / 1   
method: available_locales   
method: available_locales= / 1   
method: default_separator   
method: default_separator= / 1   
method: exception_handler   
method: exception_handler= / 1   
method: load_path   
method: load_path= / 1   

Instance Methods

Config#locale= / 1

#10 in active_support/vendor/i18n-0.4.1/i18n/config.rb

locale= ( locale )

Config#backend= / 1

#20 in active_support/vendor/i18n-0.4.1/i18n/config.rb

backend= ( backend )

Config#default_locale

#25 in active_support/vendor/i18n-0.4.1/i18n/config.rb

default_locale

Config#default_locale= / 1

#30 in active_support/vendor/i18n-0.4.1/i18n/config.rb

default_locale= ( locale )

Config#available_locales

#37 in active_support/vendor/i18n-0.4.1/i18n/config.rb

available_locales

Config#available_locales= / 1

#42 in active_support/vendor/i18n-0.4.1/i18n/config.rb

available_locales= ( locales )

Config#default_separator

#47 in active_support/vendor/i18n-0.4.1/i18n/config.rb

default_separator

Config#default_separator= / 1

#52 in active_support/vendor/i18n-0.4.1/i18n/config.rb

default_separator= ( separator )

Config#exception_handler

#57 in active_support/vendor/i18n-0.4.1/i18n/config.rb

exception_handler

Config#exception_handler= / 1

#62 in active_support/vendor/i18n-0.4.1/i18n/config.rb

exception_handler= ( exception_handler )

Config#load_path= / 1

#80 in active_support/vendor/i18n-0.4.1/i18n/config.rb

load_path= ( load_path )