class VAST::InlineAd
Contains all the information necessary to display the visual experience of one complete ad.
Public Instance Methods
ad_system()
click to toggle source
Common name of ad
# File lib/vast/inline_ad.rb, line 11 def ad_system source_node.at('AdSystem').content end
ad_title()
click to toggle source
Common name of ad
# File lib/vast/inline_ad.rb, line 16 def ad_title source_node.at('AdTitle').content end
survey_url()
click to toggle source
URI of request to survey vendor
# File lib/vast/inline_ad.rb, line 6 def survey_url URI.parse source_node.at('Survey').content.strip end