Class: HighLevel::Models::AdManager::CustomDisclaimerCheckbox

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/ad_manager/custom_disclaimer_checkbox.rb

Instance Attribute Summary collapse

Instance Attribute Details

#is_requiredObject (readonly)

Returns the value of attribute is_required

Returns:

  • (Object)

    the current value of is_required



9
10
11
# File 'lib/high_level/models/ad_manager/custom_disclaimer_checkbox.rb', line 9

def is_required
  @is_required
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



9
10
11
# File 'lib/high_level/models/ad_manager/custom_disclaimer_checkbox.rb', line 9

def key
  @key
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



9
10
11
# File 'lib/high_level/models/ad_manager/custom_disclaimer_checkbox.rb', line 9

def text
  @text
end