Class: Calendly::InviteesCounter
- Inherits:
-
Object
- Object
- Calendly::InviteesCounter
- Includes:
- ModelUtils
- Defined in:
- lib/calendly/models/invitees_counter.rb
Overview
Calendly’s invitees counter model.
Constant Summary
Constants included from ModelUtils
Instance Attribute Summary collapse
-
#active ⇒ Integer
Number of active invitees in this event.
-
#limit ⇒ Integer
Max invitees in this event.
-
#total ⇒ Integer
Number of total invitees in this event.
Method Summary
Methods included from ModelUtils
#client, #id, included, #initialize, #inspect
Instance Attribute Details
#active ⇒ Integer
Returns number of active invitees in this event.
12 13 14 |
# File 'lib/calendly/models/invitees_counter.rb', line 12 def active @active end |
#limit ⇒ Integer
Returns max invitees in this event.
15 16 17 |
# File 'lib/calendly/models/invitees_counter.rb', line 15 def limit @limit end |
#total ⇒ Integer
Returns number of total invitees in this event.
9 10 11 |
# File 'lib/calendly/models/invitees_counter.rb', line 9 def total @total end |