Class: Calendly::Location
- Inherits:
-
Object
- Object
- Calendly::Location
show all
- Includes:
- ModelUtils
- Defined in:
- lib/calendly/models/location.rb
Overview
Calendly’s location model. Polymorphic base type for the various supported meeting locations.
Instance Attribute Summary collapse
Method Summary
Methods included from ModelUtils
#client, #id, included, #initialize, #inspect
Instance Attribute Details
#data ⇒ Hash
51
52
53
|
# File 'lib/calendly/models/location.rb', line 51
def data
@data
end
|
#external_id ⇒ String
47
48
49
|
# File 'lib/calendly/models/location.rb', line 47
def external_id
@external_id
end
|
#kind ⇒ String
41
42
43
|
# File 'lib/calendly/models/location.rb', line 41
def kind
@kind
end
|
#location ⇒ String
43
44
45
|
# File 'lib/calendly/models/location.rb', line 43
def location
@location
end
|
#phone_number ⇒ String
45
46
47
|
# File 'lib/calendly/models/location.rb', line 45
def phone_number
@phone_number
end
|
#state ⇒ String
49
50
51
|
# File 'lib/calendly/models/location.rb', line 49
def state
@state
end
|