Class: Calendly::Team

Inherits:
Object
  • Object
show all
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

ModelUtils::UUID_FORMAT

Instance Attribute Summary collapse

Method Summary

Methods included from ModelUtils

#client, #id, included, #initialize, #inspect

Instance Attribute Details

#uriString

Canonical resource reference.

Returns:

  • (String)


18
19
20
# File 'lib/calendly/models/team.rb', line 18

def uri
  @uri
end

#uuidString

unique id of the Team object.

Returns:

  • (String)


14
15
16
# File 'lib/calendly/models/team.rb', line 14

def uuid
  @uuid
end