るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.103秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:expire[x] > バージョン:2.4.0[x] > クラス:Rinda::TupleEntry[x]

別のキーワード

  1. soa expire
  2. etc expire
  3. etc expire=
  4. passwd expire
  5. resolv expire

ライブラリ

キーワード

検索結果

Rinda::TupleEntry#expires=(expires) (18607.0)

タプルの期限切れの時刻を指定します。

...タプルの期限切れの時刻を指定します。

@param expires 期限切れの時刻(Time)

@see Rinda::TupleEntry#expires...

Rinda::TupleEntry#expires -> Time (18325.0)

タプルの期限切れの時刻を返します。

...タプルの期限切れの時刻を返します。

有効期限を無限に指定した場合、この時刻は Time.at(2**31-1)、つまり
Tue Jan 19 03:14:07 GMT Standard Time 2038 を返します。

@see Rinda::TupleEntry#expire...

Rinda::TupleEntry#expired? -> bool (18307.0)

タプルが既に期限切れになっているならば真を返します。

...タプルが既に期限切れになっているならば真を返します。

@see Rinda::TupleEntry#expires, @see Rinda::TupleEntry#renew...