Class: Time

Inherits:
Object show all
Defined in:
lib/unresponsys/helpers.rb

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


85
86
87
# File 'lib/unresponsys/helpers.rb', line 85

def blank?
  false
end

#to_responsysObject



81
82
83
# File 'lib/unresponsys/helpers.rb', line 81

def to_responsys
  self.strftime('%Y-%m-%d %H:%M:%S')
end