Class: Calendly::Location
- Inherits:
-
Object
- Object
- Calendly::Location
show all
- Includes:
- ModelUtils
- Defined in:
- lib/calendly/models/location.rb
Overview
Calendly’s location model. The polymorphic base type for an event location that Calendly supports
Constant Summary
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
#data ⇒ Hash
73
74
75
|
# File 'lib/calendly/models/location.rb', line 73
def data
@data
end
|
#join_url ⇒ String
70
71
72
|
# File 'lib/calendly/models/location.rb', line 70
def join_url
@join_url
end
|
#location ⇒ String
64
65
66
|
# File 'lib/calendly/models/location.rb', line 64
def location
@location
end
|
#status ⇒ String
67
68
69
|
# File 'lib/calendly/models/location.rb', line 67
def status
@status
end
|
#type ⇒ String
61
62
63
|
# File 'lib/calendly/models/location.rb', line 61
def type
@type
end
|