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
71
72
73
|
# File 'lib/calendly/models/location.rb', line 71
def data
@data
end
|
#join_url ⇒ String
68
69
70
|
# File 'lib/calendly/models/location.rb', line 68
def join_url
@join_url
end
|
#location ⇒ String
62
63
64
|
# File 'lib/calendly/models/location.rb', line 62
def location
@location
end
|
#status ⇒ String
65
66
67
|
# File 'lib/calendly/models/location.rb', line 65
def status
@status
end
|
#type ⇒ String
59
60
61
|
# File 'lib/calendly/models/location.rb', line 59
def type
@type
end
|