Class: TimezoneOffsetInfo (TZInfo)

Overview
Module Structure
Class Hierarchy
Instance Attributes
TimezoneOffsetInfo#utc_offset [R]
TimezoneOffsetInfo#std_offset [R]
TimezoneOffsetInfo#utc_total_offset [R]
TimezoneOffsetInfo#abbreviation [R]
Instance Methods
TimezoneOffsetInfo#initialize / 3
TimezoneOffsetInfo#dst?
TimezoneOffsetInfo#to_local / 1
TimezoneOffsetInfo#to_utc / 1
TimezoneOffsetInfo#== / 1
TimezoneOffsetInfo#eql? / 1
TimezoneOffsetInfo#hash
TimezoneOffsetInfo#inspect
is a submodule of
module: TZInfo   
inherits from
  Object ( Builtin-Module )
has properties
attribute: utc_offset [R]   
attribute: std_offset [R]   
attribute: utc_total_offset [R]   
attribute: abbreviation [R]   
method: initialize / 3   
method: dst?   
method: to_local / 1   
method: to_utc / 1   
method: == / 1   
method: eql? / 1   
method: hash   
method: inspect   
is defined at
#25 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_offset_info.rb  

Overview

Module Structure

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

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   
TimezoneOffsetInfo ( TZInfo )
has properties
attribute: utc_offset [R]   
attribute: std_offset [R]   
attribute: utc_total_offset [R]   
attribute: abbreviation [R]   
method: initialize / 3   
method: dst?   
method: to_local / 1   
method: to_utc / 1   
method: == / 1   
method: eql? / 1   
method: hash   
method: inspect   

Instance Attributes

TimezoneOffsetInfo#utc_total_offset [R]

#35 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_offset_info.rb

Instance Methods

TimezoneOffsetInfo#initialize / 3

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

initialize ( utc_offset ,
  std_offset ,
  abbreviation )

TimezoneOffsetInfo#to_local / 1

#58 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_offset_info.rb

to_local ( utc )

TimezoneOffsetInfo#to_utc / 1

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

to_utc ( local )

TimezoneOffsetInfo#eql? / 1

#80 in active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_offset_info.rb

eql? ( toi )