Class: HighLevel::Models::AdManager::CustomDisclaimer

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

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



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

def body
  @body
end

#checkboxesObject (readonly)

Returns the value of attribute checkboxes

Returns:

  • (Object)

    the current value of checkboxes



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

def checkboxes
  @checkboxes
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end