Class: Sem4r::MobileAdImage
- Inherits:
-
Object
- Object
- Sem4r::MobileAdImage
- Defined in:
- lib/sem4r/ad_group/mobile_ad_image.rb
Instance Method Summary collapse
-
#initialize(mobile_ad, &block) ⇒ MobileAdImage
constructor
A new instance of MobileAdImage.
Constructor Details
#initialize(mobile_ad, &block) ⇒ MobileAdImage
Returns a new instance of MobileAdImage.
28 29 30 |
# File 'lib/sem4r/ad_group/mobile_ad_image.rb', line 28 def initialize(mobile_ad, &block) @mobile_ad = mobile_ad end |