Class: HighLevel::Models::AdManager::GoogleCampaignGoalDTO

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

Instance Attribute Summary collapse

Instance Attribute Details

#is_custom_conversion_goalObject (readonly)

Returns the value of attribute is_custom_conversion_goal

Returns:

  • (Object)

    the current value of is_custom_conversion_goal



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

def is_custom_conversion_goal
  @is_custom_conversion_goal
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end