class ACTV::AssetImage

Attributes

caption[R]
imageCaptionTxt[R]
imageName[R]
imageType[R]
imageUrlAdr[R]
linkTarget[R]
linkUrl[R]
name[R]
target[R]
type[R]
url[R]

Public Instance Methods

to_s() click to toggle source
# File lib/actv/asset_image.rb, line 20
def to_s
  imageUrlAdr
end
to_str() click to toggle source
# File lib/actv/asset_image.rb, line 16
def to_str
  imageUrlAdr
end
video?() click to toggle source
# File lib/actv/asset_image.rb, line 12
def video?
  target == "VIDEO" || type == "VIDEO"
end