module PayjpMock::Ext::Integer
Public Instance Methods
days()
click to toggle source
# File lib/payjp_mock/ext/integer.rb, line 4 def days self * 24 * 60 * 60 end
Also aliased as: day
# File lib/payjp_mock/ext/integer.rb, line 4 def days self * 24 * 60 * 60 end