Class: HighLevel::Models::Locations::CustomValueSchema

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/locations/custom_value_schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#field_keyObject (readonly)

Returns the value of attribute field_key

Returns:

  • (Object)

    the current value of field_key



9
10
11
# File 'lib/high_level/models/locations/custom_value_schema.rb', line 9

def field_key
  @field_key
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/high_level/models/locations/custom_value_schema.rb', line 9

def id
  @id
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/locations/custom_value_schema.rb', line 9

def location_id
  @location_id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/locations/custom_value_schema.rb', line 9

def name
  @name
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



9
10
11
# File 'lib/high_level/models/locations/custom_value_schema.rb', line 9

def value
  @value
end