Class: HighLevel::Models::CustomFields::OptionDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/custom_fields/option_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



9
10
11
# File 'lib/high_level/models/custom_fields/option_dto.rb', line 9

def key
  @key
end

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



9
10
11
# File 'lib/high_level/models/custom_fields/option_dto.rb', line 9

def label
  @label
end

#urlObject (readonly)

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



9
10
11
# File 'lib/high_level/models/custom_fields/option_dto.rb', line 9

def url
  @url
end