Class: TimezonePeriod (TZInfo)

Overview
Module Structure
Class Hierarchy
Instance Aliases
TimezonePeriod#zone_identifier
Instance Attributes
TimezonePeriod#start_transition [R]
TimezonePeriod#end_transition [R]
TimezonePeriod#offset [R]
Instance Methods
TimezonePeriod#initialize / 3
TimezonePeriod#utc_offset
TimezonePeriod#std_offset
TimezonePeriod#abbreviation
TimezonePeriod#utc_total_offset
TimezonePeriod#utc_total_offset_rational
TimezonePeriod#utc_start
TimezonePeriod#utc_end
TimezonePeriod#local_start
TimezonePeriod#local_end
TimezonePeriod#dst?
TimezonePeriod#valid_for_utc? / 1
TimezonePeriod#utc_after_start? / 1
TimezonePeriod#utc_before_end? / 1
TimezonePeriod#valid_for_local? / 1
TimezonePeriod#local_after_start? / 1
TimezonePeriod#local_before_end? / 1
TimezonePeriod#to_local / 1
TimezonePeriod#to_utc / 1
TimezonePeriod#== / 1
TimezonePeriod#eql? / 1
TimezonePeriod#hash
TimezonePeriod#inspect
is a submodule of
module: TZInfo   
inherits from
  Object ( Builtin-Module )
has properties
attribute: start_transition [R]   
attribute: end_transition [R]   
attribute: offset [R]   
method: initialize / 3   
method: utc_offset   
method: std_offset   
method: abbreviation   
alias: zone_identifier abbreviation   
method: utc_total_offset   
method: utc_total_offset_rational   
method: utc_start   
method: utc_end   
method: local_start   
method: local_end   
method: dst?   
method: valid_for_utc? / 1   
method: utc_after_start? / 1   
method: utc_before_end? / 1   
method: valid_for_local? / 1   
method: local_after_start? / 1   
method: local_before_end? / 1   
method: to_local / 1   
method: to_utc / 1   
method: == / 1   
method: eql? / 1   
method: hash   
method: inspect   
is defined at
#31 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_period.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
class: Object     
  module: TZInfo
class: TimezonePeriod     

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   
TimezonePeriod ( TZInfo )
has properties
attribute: start_transition [R]   
attribute: end_transition [R]   
attribute: offset [R]   
method: initialize / 3   
method: utc_offset   
method: std_offset   
method: abbreviation   
alias: zone_identifier abbreviation   
method: utc_total_offset   
method: utc_total_offset_rational   
method: utc_start   
method: utc_end   
method: local_start   
method: local_end   
method: dst?   
method: valid_for_utc? / 1   
method: utc_after_start? / 1   
method: utc_before_end? / 1   
method: valid_for_local? / 1   
method: local_after_start? / 1   
method: local_before_end? / 1   
method: to_local / 1   
method: to_utc / 1   
method: == / 1   
method: eql? / 1   
method: hash   
method: inspect   

Instance Aliases

TimezonePeriod#zone_identifier

#82 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_period.rb

zone_identifier abbreviation   

Instance Attributes

Instance Methods

TimezonePeriod#initialize / 3

#44 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_period.rb

initialize ( start_transition ,
  end_transition ,
  offset = nil )

TimezonePeriod#utc_offset

#65 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_period.rb

utc_offset

TimezonePeriod#std_offset

#72 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_period.rb

std_offset

TimezonePeriod#abbreviation

#79 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_period.rb

abbreviation

TimezonePeriod#utc_total_offset

#85 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_period.rb

utc_total_offset

TimezonePeriod#utc_total_offset_rational

#90 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_period.rb

utc_total_offset_rational

TimezonePeriod#local_start

#109 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_period.rb

local_start

TimezonePeriod#valid_for_utc? / 1

#125 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_period.rb

valid_for_utc? ( utc )

TimezonePeriod#utc_after_start? / 1

#131 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_period.rb

utc_after_start? ( utc )

TimezonePeriod#utc_before_end? / 1

#137 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_period.rb

utc_before_end? ( utc )

TimezonePeriod#valid_for_local? / 1

#142 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_period.rb

valid_for_local? ( local )

TimezonePeriod#local_after_start? / 1

#148 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_period.rb

local_after_start? ( local )

TimezonePeriod#local_before_end? / 1

#154 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_period.rb

local_before_end? ( local )

TimezonePeriod#to_local / 1

#159 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_period.rb

to_local ( utc )

TimezonePeriod#to_utc / 1

#164 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_period.rb

to_utc ( local )