Class: HashWithIndifferentAccess (<Toplevel Module>)

Overview
Module Structure
Class Hierarchy
Instance Methods
HashWithIndifferentAccess#initialize / 1
HashWithIndifferentAccess#default / 1
HashWithIndifferentAccess#[]= / 2
HashWithIndifferentAccess#update / 1
HashWithIndifferentAccess#key? / 1
HashWithIndifferentAccess#fetch / 2
HashWithIndifferentAccess#values_at / 1
HashWithIndifferentAccess#dup
HashWithIndifferentAccess#merge / 1
HashWithIndifferentAccess#reverse_merge / 1
HashWithIndifferentAccess#delete / 1
HashWithIndifferentAccess#stringify_keys!
HashWithIndifferentAccess#symbolize_keys!
HashWithIndifferentAccess#to_options!
HashWithIndifferentAccess#to_hash
HashWithIndifferentAccess#convert_key / 1
HashWithIndifferentAccess#convert_value / 1
is a submodule of
module: <Toplevel Module>   
inherits from
  Hash ( Builtin-Module )
has properties
method: initialize / 1   
method: default / 1   
method: []= / 2   
method: update / 1   
method: key? / 1   
method: fetch / 2   
method: values_at / 1   
method: dup   
method: merge / 1   
method: reverse_merge / 1   
method: delete / 1   
method: stringify_keys!   
method: symbolize_keys!   
method: to_options!   
method: to_hash   
method: convert_key / 1   
method: convert_value / 1   
is defined at
#5 in active_support/core_ext/hash/indifferent_access.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
class: Hash     
✗ class: HashWithIndifferentAccess

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   
Hash ( Builtin-Module )
HashWithIndifferentAccess
has properties
method: initialize / 1   
method: default / 1   
method: []= / 2   
method: update / 1   
method: key? / 1   
method: fetch / 2   
method: values_at / 1   
method: dup   
method: merge / 1   
method: reverse_merge / 1   
method: delete / 1   
method: stringify_keys!   
method: symbolize_keys!   
method: to_options!   
method: to_hash   
method: convert_key / 1   
method: convert_value / 1   

Instance Methods

HashWithIndifferentAccess#initialize / 1

#6 in active_support/core_ext/hash/indifferent_access.rb

initialize ( constructor = {} )

HashWithIndifferentAccess#default / 1

#15 in active_support/core_ext/hash/indifferent_access.rb

default ( key = nil )

HashWithIndifferentAccess#[]= / 2

#31 in active_support/core_ext/hash/indifferent_access.rb

[]= ( key ,
  value )

HashWithIndifferentAccess#update / 1

#45 in active_support/core_ext/hash/indifferent_access.rb

update ( other_hash )

HashWithIndifferentAccess#key? / 1

#59 in active_support/core_ext/hash/indifferent_access.rb

key? ( key )

HashWithIndifferentAccess#fetch / 2

#68 in active_support/core_ext/hash/indifferent_access.rb

fetch ( key ,
  *extras )

HashWithIndifferentAccess#values_at / 1

#79 in active_support/core_ext/hash/indifferent_access.rb

values_at ( *indices )

HashWithIndifferentAccess#dup

#84 in active_support/core_ext/hash/indifferent_access.rb

dup

HashWithIndifferentAccess#merge / 1

#90 in active_support/core_ext/hash/indifferent_access.rb

merge ( hash )

HashWithIndifferentAccess#reverse_merge / 1

#96 in active_support/core_ext/hash/indifferent_access.rb

reverse_merge ( other_hash )

HashWithIndifferentAccess#delete / 1

#101 in active_support/core_ext/hash/indifferent_access.rb

delete ( key )

HashWithIndifferentAccess#stringify_keys!

#105 in active_support/core_ext/hash/indifferent_access.rb

stringify_keys!

HashWithIndifferentAccess#symbolize_keys!

#106 in active_support/core_ext/hash/indifferent_access.rb

symbolize_keys!

HashWithIndifferentAccess#to_options!

#107 in active_support/core_ext/hash/indifferent_access.rb

to_options!

HashWithIndifferentAccess#to_hash

#110 in active_support/core_ext/hash/indifferent_access.rb

to_hash

HashWithIndifferentAccess#convert_key / 1

#115 in active_support/core_ext/hash/indifferent_access.rb

convert_key ( key )

HashWithIndifferentAccess#convert_value / 1

#119 in active_support/core_ext/hash/indifferent_access.rb

convert_value ( value )