class YahooGeminiClient::Advertiser

Public Class Methods

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

Public Instance Methods

advertiser_name() click to toggle source
# File lib/yahoo_gemini_client/models/advertiser.rb, line 12
def advertiser_name
  @hash["advertiserName"]
end
billing_country() click to toggle source
# File lib/yahoo_gemini_client/models/advertiser.rb, line 16
def billing_country
  @hash["billingCountry"]
end
booking_country() click to toggle source
# File lib/yahoo_gemini_client/models/advertiser.rb, line 20
def booking_country
  @hash["bookingCountry"]
end
currency() click to toggle source
# File lib/yahoo_gemini_client/models/advertiser.rb, line 24
def currency
  @hash["currency"]
end
id() click to toggle source
# File lib/yahoo_gemini_client/models/advertiser.rb, line 8
def id
  @hash["id"]
end
language() click to toggle source
# File lib/yahoo_gemini_client/models/advertiser.rb, line 28
def language
  @hash["language"]
end
managed_by() click to toggle source
# File lib/yahoo_gemini_client/models/advertiser.rb, line 32
def managed_by
  @hash["managedBy"]
end
status() click to toggle source
# File lib/yahoo_gemini_client/models/advertiser.rb, line 36
def status
  @hash["status"]
end
timezone() click to toggle source
# File lib/yahoo_gemini_client/models/advertiser.rb, line 40
def timezone
  @hash["timezone"]
end
type() click to toggle source
# File lib/yahoo_gemini_client/models/advertiser.rb, line 44
def type
  @hash["type"]
end