Class: SendGrid4r::REST::Users::Credits
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Users::Credits
- Defined in:
- lib/sendgrid4r/rest/users.rb
Instance Attribute Summary collapse
-
#last_reset ⇒ Object
Returns the value of attribute last_reset.
-
#next_reset ⇒ Object
Returns the value of attribute next_reset.
-
#overage ⇒ Object
Returns the value of attribute overage.
-
#remain ⇒ Object
Returns the value of attribute remain.
-
#reset_frequency ⇒ Object
Returns the value of attribute reset_frequency.
-
#total ⇒ Object
Returns the value of attribute total.
-
#used ⇒ Object
Returns the value of attribute used.
Instance Attribute Details
#last_reset ⇒ Object
Returns the value of attribute last_reset
21 22 23 |
# File 'lib/sendgrid4r/rest/users.rb', line 21 def last_reset @last_reset end |
#next_reset ⇒ Object
Returns the value of attribute next_reset
21 22 23 |
# File 'lib/sendgrid4r/rest/users.rb', line 21 def next_reset @next_reset end |
#overage ⇒ Object
Returns the value of attribute overage
21 22 23 |
# File 'lib/sendgrid4r/rest/users.rb', line 21 def overage @overage end |
#remain ⇒ Object
Returns the value of attribute remain
21 22 23 |
# File 'lib/sendgrid4r/rest/users.rb', line 21 def remain @remain end |
#reset_frequency ⇒ Object
Returns the value of attribute reset_frequency
21 22 23 |
# File 'lib/sendgrid4r/rest/users.rb', line 21 def reset_frequency @reset_frequency end |
#total ⇒ Object
Returns the value of attribute total
21 22 23 |
# File 'lib/sendgrid4r/rest/users.rb', line 21 def total @total end |
#used ⇒ Object
Returns the value of attribute used
21 22 23 |
# File 'lib/sendgrid4r/rest/users.rb', line 21 def used @used end |