class ZuoraConnect::AppInstanceBase
def oauth_expired?
def oauth_expired? return self.oauth_expires_at.present? ? (self.oauth_expires_at < Time.now.utc) : true end
def oauth_expired? return self.oauth_expires_at.present? ? (self.oauth_expires_at < Time.now.utc) : true end