Class: Kennel::Api::RateLimitParams

Inherits:
Data
  • Object
show all
Defined in:
lib/kennel/api.rb

Instance Attribute Summary collapse

Instance Attribute Details

#limitObject (readonly)

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



8
9
10
# File 'lib/kennel/api.rb', line 8

def limit
  @limit
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/kennel/api.rb', line 8

def name
  @name
end

#periodObject (readonly)

Returns the value of attribute period

Returns:

  • (Object)

    the current value of period



8
9
10
# File 'lib/kennel/api.rb', line 8

def period
  @period
end

#remainingObject (readonly)

Returns the value of attribute remaining

Returns:

  • (Object)

    the current value of remaining



8
9
10
# File 'lib/kennel/api.rb', line 8

def remaining
  @remaining
end

#resetObject (readonly)

Returns the value of attribute reset

Returns:

  • (Object)

    the current value of reset



8
9
10
# File 'lib/kennel/api.rb', line 8

def reset
  @reset
end