Class: HighLevel::Models::AdManager::GreetingCard

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

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



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

def content
  @content
end

#styleObject (readonly)

Returns the value of attribute style

Returns:

  • (Object)

    the current value of style



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

def style
  @style
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/greeting_card.rb', line 9

def title
  @title
end