Class: InfoTimezone (TZInfo)

Overview
Module Structure
Class Hierarchy
Class Methods
InfoTimezone.new / 1
Instance Methods
InfoTimezone#identifier
InfoTimezone#info
InfoTimezone#setup / 1
is a submodule of
module: TZInfo   
inherits from
  Timezone ( TZInfo )
is inherited by
  DataTimezone ( TZInfo )
  LinkedTimezone ( TZInfo )
has properties
class method: new / 1   
method: identifier   
method: info   
method: setup / 1   
is defined at
#28 in active_support/vendor/tzinfo-0.3.12/tzinfo/info_timezone.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: TZInfo
class: DataTimezone     
class: InfoTimezone     
class: LinkedTimezone     
class: Timezone     

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   
Timezone ( TZInfo )
includes
  Comparable ( Builtin-Module )
has properties
class method: get / 1   
class method: get_proxy / 1   
class method: new / 1   
class method: all   
class method: all_identifiers   
class method: all_data_zones   
class method: all_data_zone_identifiers   
class method: all_linked_zones   
class method: all_linked_zone_identifiers   
class method: all_country_zones   
class method: all_country_zone_identifiers   
class method: us_zones   
class method: us_zone_identifiers   
method: identifier   
method: name   
method: to_s   
method: inspect   
method: friendly_identifier / 1   
method: period_for_utc / 1   
method: periods_for_local / 1   
method: period_for_local / 2   
method: utc_to_local / 1   
method: local_to_utc / 2   
method: now   
method: current_period   
method: current_period_and_time   
alias: current_time_and_period current_period_and_time   
method: strftime / 2   
method: <=> / 1   
method: eql? / 1   
method: hash   
method: _dump / 1   
class method: _load / 1   
class method: load_index   
class method: get_proxies / 1   
InfoTimezone ( TZInfo )
has properties
class method: new / 1   
method: identifier   
method: info   
method: setup / 1   
  DataTimezone     
  LinkedTimezone     

Class Methods

Instance Methods

InfoTimezone#setup / 1

#48 in active_support/vendor/tzinfo-0.3.12/tzinfo/info_timezone.rb

setup ( info )