class YahooGeminiClient::AdGroup

Public Class Methods

new(hash) click to toggle source
# File lib/yahoo_gemini_client/models/ad_group.rb, line 4
def initialize(hash)
  @hash = hash
end

Public Instance Methods

ad_group_name() click to toggle source
# File lib/yahoo_gemini_client/models/ad_group.rb, line 21
def ad_group_name
  @hash["adGroupName"]
end
advertiser_id() click to toggle source
# File lib/yahoo_gemini_client/models/ad_group.rb, line 17
def advertiser_id
  @hash["advertiserId"]
end
bid_set() click to toggle source
# File lib/yahoo_gemini_client/models/ad_group.rb, line 12
def bid_set
  # TODO wrap into array of Bid objects
  @hash["bidSet"]
end
campaign_id() click to toggle source
# File lib/yahoo_gemini_client/models/ad_group.rb, line 25
def campaign_id
  @hash["campaignId"]
end
end_date_str() click to toggle source
# File lib/yahoo_gemini_client/models/ad_group.rb, line 32
def end_date_str
  @hash["endDateStr"]
end
id() click to toggle source
# File lib/yahoo_gemini_client/models/ad_group.rb, line 8
def id
  @hash["id"]
end
start_date_str() click to toggle source
# File lib/yahoo_gemini_client/models/ad_group.rb, line 29
def start_date_str
  @hash["startDateStr"]
end