enum

NPMScan::API::Period

Inherits Enum / Comparable / Value / Object

Constants

DAY = 1
WEEK = 7
MONTH = 30

Instance methods

day?

Returns true if this enum value equals DAY

Source
month?

Returns true if this enum value equals MONTH

Source
path
Source
week?

Returns true if this enum value equals WEEK

Source