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
Instance Attribute Summary collapse
Method Summary
Methods included from ModelUtils
#client, #id, included, #initialize, #inspect
Instance Attribute Details
#data ⇒ Hash
69
70
71
|
# File 'lib/calendly/models/location.rb', line 69
def data
@data
end
|
#join_url ⇒ String
67
68
69
|
# File 'lib/calendly/models/location.rb', line 67
def join_url
@join_url
end
|
#location ⇒ String
63
64
65
|
# File 'lib/calendly/models/location.rb', line 63
def location
@location
end
|
#status ⇒ String
65
66
67
|
# File 'lib/calendly/models/location.rb', line 65
def status
@status
end
|
#type ⇒ String
61
62
63
|
# File 'lib/calendly/models/location.rb', line 61
def type
@type
end
|