Class: HighLevel::Models::AdManager::AdCampaignDTO

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

Instance Attribute Summary collapse

Instance Attribute Details

#ad_campaign_group_idObject (readonly)

Returns the value of attribute ad_campaign_group_id

Returns:

  • (Object)

    the current value of ad_campaign_group_id



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

def ad_campaign_group_id
  @ad_campaign_group_id
end

#ad_campaign_idObject (readonly)

Returns the value of attribute ad_campaign_id

Returns:

  • (Object)

    the current value of ad_campaign_id



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

def ad_campaign_id
  @ad_campaign_id
end

#adsObject (readonly)

Returns the value of attribute ads

Returns:

  • (Object)

    the current value of ads



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

def ads
  @ads
end

#audienceObject (readonly)

Returns the value of attribute audience

Returns:

  • (Object)

    the current value of audience



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

def audience
  @audience
end

#campaign_typeObject (readonly)

Returns the value of attribute campaign_type

Returns:

  • (Object)

    the current value of campaign_type



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

def campaign_type
  @campaign_type
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#linked_in_errorObject (readonly)

Returns the value of attribute linked_in_error

Returns:

  • (Object)

    the current value of linked_in_error



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

def linked_in_error
  @linked_in_error
end

#localeObject (readonly)

Returns the value of attribute locale

Returns:

  • (Object)

    the current value of locale



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

def locale
  @locale
end

#media_typeObject (readonly)

Returns the value of attribute media_type

Returns:

  • (Object)

    the current value of media_type



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

def media_type
  @media_type
end

#metaObject (readonly)

Returns the value of attribute meta

Returns:

  • (Object)

    the current value of meta



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

def meta
  @meta
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#publishing_statusObject (readonly)

Returns the value of attribute publishing_status

Returns:

  • (Object)

    the current value of publishing_status



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

def publishing_status
  @publishing_status
end

#unit_costObject (readonly)

Returns the value of attribute unit_cost

Returns:

  • (Object)

    the current value of unit_cost



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

def unit_cost
  @unit_cost
end