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.
14 15 16 |
# File 'lib/calendly/models/invitees_counter.rb', line 14 def active @active end |
#limit ⇒ Integer
Returns max invitees in this event.
17 18 19 |
# File 'lib/calendly/models/invitees_counter.rb', line 17 def limit @limit end |
#total ⇒ Integer
Returns number of total invitees in this event.
11 12 13 |
# File 'lib/calendly/models/invitees_counter.rb', line 11 def total @total end |