Class: TimeOrDateTime (TZInfo)

Overview
Module Structure
Class Hierarchy
Class Methods
TimeOrDateTime.wrap / 1
Instance Aliases
TimeOrDateTime#month
TimeOrDateTime#day
Instance Methods
TimeOrDateTime#initialize / 1
TimeOrDateTime#to_time
TimeOrDateTime#to_datetime
TimeOrDateTime#to_i
TimeOrDateTime#to_orig
TimeOrDateTime#to_s
TimeOrDateTime#inspect
TimeOrDateTime#year
TimeOrDateTime#mon
TimeOrDateTime#mday
TimeOrDateTime#hour
TimeOrDateTime#min
TimeOrDateTime#sec
TimeOrDateTime#<=> / 1
TimeOrDateTime#+ / 1
TimeOrDateTime#- / 1
TimeOrDateTime#add_with_convert / 1
TimeOrDateTime#eql? / 1
TimeOrDateTime#hash
is a submodule of
module: TZInfo   
includes
  Comparable ( Builtin-Module )
inherits from
  Object ( Builtin-Module )
has properties
method: initialize / 1   
method: to_time   
method: to_datetime   
method: to_i   
method: to_orig   
method: to_s   
method: inspect   
method: year   
method: mon   
alias: month mon   
method: mday   
alias: day mday   
method: hour   
method: min   
method: sec   
method: <=> / 1   
method: + / 1   
method: - / 1   
method: add_with_convert / 1   
method: eql? / 1   
method: hash   
class method: wrap / 1   
is defined at
#30 in active_support/vendor/tzinfo-0.3.12/tzinfo/time_or_datetime.rb  

Overview

Module Structure

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

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   
TimeOrDateTime ( TZInfo )
includes
  Comparable ( Builtin-Module )
has properties
method: initialize / 1   
method: to_time   
method: to_datetime   
method: to_i   
method: to_orig   
method: to_s   
method: inspect   
method: year   
method: mon   
alias: month mon   
method: mday   
alias: day mday   
method: hour   
method: min   
method: sec   
method: <=> / 1   
method: + / 1   
method: - / 1   
method: add_with_convert / 1   
method: eql? / 1   
method: hash   
class method: wrap / 1   

Class Methods

TimeOrDateTime.wrap / 1

#272 in active_support/vendor/tzinfo-0.3.12/tzinfo/time_or_datetime.rb

wrap ( timeOrDateTime )

Instance Aliases

TimeOrDateTime#month

#128 in active_support/vendor/tzinfo-0.3.12/tzinfo/time_or_datetime.rb

month mon   

Instance Methods

TimeOrDateTime#initialize / 1

#36 in active_support/vendor/tzinfo-0.3.12/tzinfo/time_or_datetime.rb

initialize ( timeOrDateTime )

TimeOrDateTime#to_datetime

#69 in active_support/vendor/tzinfo-0.3.12/tzinfo/time_or_datetime.rb

to_datetime

TimeOrDateTime#<=> / 1

#180 in active_support/vendor/tzinfo-0.3.12/tzinfo/time_or_datetime.rb

<=> ( timeOrDateTime )

TimeOrDateTime#add_with_convert / 1

#232 in active_support/vendor/tzinfo-0.3.12/tzinfo/time_or_datetime.rb

add_with_convert ( seconds )

TimeOrDateTime#eql? / 1

#254 in active_support/vendor/tzinfo-0.3.12/tzinfo/time_or_datetime.rb

eql? ( todt )