Module: Implementation (I18n::Backend::KeyValue)

Overview
Module Structure
Class Hierarchy
Instance Attributes
Implementation#store [RW]
Instance Methods
Implementation#initialize / 2
Implementation#store_translations / 3
Implementation#available_locales
Implementation#lookup / 4
is a submodule of
class: KeyValue ( I18n::Backend )
includes
  Base ( I18n::Backend )
  Flatten ( I18n::Backend )
has properties
attribute: store [RW]   
method: initialize / 2   
method: store_translations / 3   
method: available_locales   
method: lookup / 4   
is defined at
#53 in active_support/vendor/i18n-0.4.1/i18n/backend/key_value.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: I18n
  module: Backend
  module: Base
  module: Flatten
  class: KeyValue
module: Implementation     

Class Hierarchy

Object ( Builtin-Module )
  KeyValue ( I18n::Backend )   

Instance Attributes

Instance Methods

Implementation#initialize / 2

#58 in active_support/vendor/i18n-0.4.1/i18n/backend/key_value.rb

initialize ( store ,
  subtrees=true )

Implementation#store_translations / 3

#62 in active_support/vendor/i18n-0.4.1/i18n/backend/key_value.rb

store_translations ( locale ,
  data ,
  options = {} )

Implementation#available_locales

#81 in active_support/vendor/i18n-0.4.1/i18n/backend/key_value.rb

available_locales

Implementation#lookup / 4

#91 in active_support/vendor/i18n-0.4.1/i18n/backend/key_value.rb

lookup ( locale ,
  key ,
  scope = [] ,
  options = {} )