Class: Calendly::Team
- Inherits:
-
Object
- Object
- Calendly::Team
- Includes:
- ModelUtils
- Defined in:
- lib/calendly/models/team.rb
Overview
Calendly’s team model.
Constant Summary collapse
- UUID_RE =
%r{\A#{Client::API_HOST}/teams/(#{UUID_FORMAT})\z}.freeze
Constants included from ModelUtils
Instance Attribute Summary collapse
-
#uri ⇒ String
Canonical resource reference.
-
#uuid ⇒ String
unique id of the Team object.
Method Summary
Methods included from ModelUtils
#client, #id, included, #initialize, #inspect
Instance Attribute Details
#uri ⇒ String
Canonical resource reference.
15 16 17 |
# File 'lib/calendly/models/team.rb', line 15 def uri @uri end |
#uuid ⇒ String
unique id of the Team object.
11 12 13 |
# File 'lib/calendly/models/team.rb', line 11 def uuid @uuid end |