Class: HighLevel::Models::Objects::ICustomObjectSchema

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/objects/i_custom_object_schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#date_addedObject (readonly)

Returns the value of attribute date_added

Returns:

  • (Object)

    the current value of date_added



9
10
11
# File 'lib/high_level/models/objects/i_custom_object_schema.rb', line 9

def date_added
  @date_added
end

#date_updatedObject (readonly)

Returns the value of attribute date_updated

Returns:

  • (Object)

    the current value of date_updated



9
10
11
# File 'lib/high_level/models/objects/i_custom_object_schema.rb', line 9

def date_updated
  @date_updated
end

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



9
10
11
# File 'lib/high_level/models/objects/i_custom_object_schema.rb', line 9

def description
  @description
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/high_level/models/objects/i_custom_object_schema.rb', line 9

def id
  @id
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



9
10
11
# File 'lib/high_level/models/objects/i_custom_object_schema.rb', line 9

def key
  @key
end

#labelsObject (readonly)

Returns the value of attribute labels

Returns:

  • (Object)

    the current value of labels



9
10
11
# File 'lib/high_level/models/objects/i_custom_object_schema.rb', line 9

def labels
  @labels
end

#location_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of location_id



9
10
11
# File 'lib/high_level/models/objects/i_custom_object_schema.rb', line 9

def location_id
  @location_id
end

#primary_display_propertyObject (readonly)

Returns the value of attribute primary_display_property

Returns:

  • (Object)

    the current value of primary_display_property



9
10
11
# File 'lib/high_level/models/objects/i_custom_object_schema.rb', line 9

def primary_display_property
  @primary_display_property
end

#standardObject (readonly)

Returns the value of attribute standard

Returns:

  • (Object)

    the current value of standard



9
10
11
# File 'lib/high_level/models/objects/i_custom_object_schema.rb', line 9

def standard
  @standard
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/objects/i_custom_object_schema.rb', line 9

def type
  @type
end