Class: Calendly::Location

Inherits:
Object
  • Object
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

#dataHash

Returns:

  • (Hash)


51
52
53
# File 'lib/calendly/models/location.rb', line 51

def data
  @data
end

#external_idString

Returns:

  • (String)


47
48
49
# File 'lib/calendly/models/location.rb', line 47

def external_id
  @external_id
end

#kindString

Returns:

  • (String)


41
42
43
# File 'lib/calendly/models/location.rb', line 41

def kind
  @kind
end

#locationString

Returns:

  • (String)


43
44
45
# File 'lib/calendly/models/location.rb', line 43

def location
  @location
end

#phone_numberString

Returns:

  • (String)


45
46
47
# File 'lib/calendly/models/location.rb', line 45

def phone_number
  @phone_number
end

#stateString

Returns:

  • (String)


49
50
51
# File 'lib/calendly/models/location.rb', line 49

def state
  @state
end