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



6
7
8
# File 'lib/peddler/headers.rb', line 6

def max
  @max
end

#remainingObject

Returns the value of attribute remaining

Returns:

  • (Object)

    the current value of remaining



6
7
8
# File 'lib/peddler/headers.rb', line 6

def remaining
  @remaining
end

#resets_onObject

Returns the value of attribute resets_on

Returns:

  • (Object)

    the current value of resets_on



6
7
8
# File 'lib/peddler/headers.rb', line 6

def resets_on
  @resets_on
end