Class: HighLevel::Models::AdManager::GoogleAdGroupDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::GoogleAdGroupDTO
- Defined in:
- lib/high_level/models/ad_manager/google_ad_group_dto.rb
Instance Attribute Summary collapse
-
#ad_campaign_id ⇒ Object
readonly
Returns the value of attribute ad_campaign_id.
-
#ad_content ⇒ Object
readonly
Returns the value of attribute ad_content.
-
#ad_group_error ⇒ Object
readonly
Returns the value of attribute ad_group_error.
-
#ad_group_id ⇒ Object
readonly
Returns the value of attribute ad_group_id.
-
#audience ⇒ Object
readonly
Returns the value of attribute audience.
-
#custom_channels ⇒ Object
readonly
Returns the value of attribute custom_channels.
-
#google_ad_group_id ⇒ Object
readonly
Returns the value of attribute google_ad_group_id.
-
#google_audience_id ⇒ Object
readonly
Returns the value of attribute google_audience_id.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#keywords ⇒ Object
readonly
Returns the value of attribute keywords.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#publishing_status ⇒ Object
readonly
Returns the value of attribute publishing_status.
-
#selected_channels ⇒ Object
readonly
Returns the value of attribute selected_channels.
Instance Attribute Details
#ad_campaign_id ⇒ Object (readonly)
Returns the value of attribute ad_campaign_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_ad_group_dto.rb', line 9 def ad_campaign_id @ad_campaign_id end |
#ad_content ⇒ Object (readonly)
Returns the value of attribute ad_content
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_ad_group_dto.rb', line 9 def ad_content @ad_content end |
#ad_group_error ⇒ Object (readonly)
Returns the value of attribute ad_group_error
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_ad_group_dto.rb', line 9 def ad_group_error @ad_group_error end |
#ad_group_id ⇒ Object (readonly)
Returns the value of attribute ad_group_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_ad_group_dto.rb', line 9 def ad_group_id @ad_group_id end |
#audience ⇒ Object (readonly)
Returns the value of attribute audience
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_ad_group_dto.rb', line 9 def audience @audience end |
#custom_channels ⇒ Object (readonly)
Returns the value of attribute custom_channels
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_ad_group_dto.rb', line 9 def custom_channels @custom_channels end |
#google_ad_group_id ⇒ Object (readonly)
Returns the value of attribute google_ad_group_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_ad_group_dto.rb', line 9 def google_ad_group_id @google_ad_group_id end |
#google_audience_id ⇒ Object (readonly)
Returns the value of attribute google_audience_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_ad_group_dto.rb', line 9 def google_audience_id @google_audience_id end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_ad_group_dto.rb', line 9 def id @id end |
#keywords ⇒ Object (readonly)
Returns the value of attribute keywords
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_ad_group_dto.rb', line 9 def keywords @keywords end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_ad_group_dto.rb', line 9 def name @name end |
#publishing_status ⇒ Object (readonly)
Returns the value of attribute publishing_status
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_ad_group_dto.rb', line 9 def publishing_status @publishing_status end |
#selected_channels ⇒ Object (readonly)
Returns the value of attribute selected_channels
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_ad_group_dto.rb', line 9 def selected_channels @selected_channels end |