class Tinypass::Gateway::AccessDetails

Public Instance Methods

access_granted?() click to toggle source
# File lib/tinypass/gateway.rb, line 108
def access_granted?
  expires.nil? || expires.to_i >= Time.now.to_i
end