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



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

def limit
  @limit
end

#nameObject (readonly)

Returns the value of attribute name



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

def name
  @name
end

#periodObject (readonly)

Returns the value of attribute period



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

def period
  @period
end

#remainingObject (readonly)

Returns the value of attribute remaining



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

def remaining
  @remaining
end

#resetObject (readonly)

Returns the value of attribute reset



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

def reset
  @reset
end