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)


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

def uri
  @uri
end

#uuidString

unique id of the Team object.

Returns:

  • (String)


11
12
13
# File 'lib/calendly/models/team.rb', line 11

def uuid
  @uuid
end