Class: SendGrid4r::REST::Users::Credits

Inherits:
Struct
  • Object
show all
Defined in:
lib/sendgrid4r/rest/users.rb

Instance Attribute Summary collapse

Instance Attribute Details

#last_resetObject

Returns the value of attribute last_reset

Returns:

  • (Object)

    the current value of last_reset



21
22
23
# File 'lib/sendgrid4r/rest/users.rb', line 21

def last_reset
  @last_reset
end

#next_resetObject

Returns the value of attribute next_reset

Returns:

  • (Object)

    the current value of next_reset



21
22
23
# File 'lib/sendgrid4r/rest/users.rb', line 21

def next_reset
  @next_reset
end

#overageObject

Returns the value of attribute overage

Returns:

  • (Object)

    the current value of overage



21
22
23
# File 'lib/sendgrid4r/rest/users.rb', line 21

def overage
  @overage
end

#remainObject

Returns the value of attribute remain

Returns:

  • (Object)

    the current value of remain



21
22
23
# File 'lib/sendgrid4r/rest/users.rb', line 21

def remain
  @remain
end

#reset_frequencyObject

Returns the value of attribute reset_frequency

Returns:

  • (Object)

    the current value of reset_frequency



21
22
23
# File 'lib/sendgrid4r/rest/users.rb', line 21

def reset_frequency
  @reset_frequency
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



21
22
23
# File 'lib/sendgrid4r/rest/users.rb', line 21

def total
  @total
end

#usedObject

Returns the value of attribute used

Returns:

  • (Object)

    the current value of used



21
22
23
# File 'lib/sendgrid4r/rest/users.rb', line 21

def used
  @used
end