Class: Peddler::Headers::Quota

Inherits:
Struct
  • Object
show all
Defined in:
lib/peddler/headers.rb

Instance Attribute Summary collapse

Instance Attribute Details

#maxObject

Returns the value of attribute max

Returns:

  • (Object)

    the current value of max



4
5
6
# File 'lib/peddler/headers.rb', line 4

def max
  @max
end

#remainingObject

Returns the value of attribute remaining

Returns:

  • (Object)

    the current value of remaining



4
5
6
# File 'lib/peddler/headers.rb', line 4

def remaining
  @remaining
end

#resets_onObject

Returns the value of attribute resets_on

Returns:

  • (Object)

    the current value of resets_on



4
5
6
# File 'lib/peddler/headers.rb', line 4

def resets_on
  @resets_on
end