Class: ACTV::AssetImage

Inherits:
Base
  • Object
show all
Defined in:
lib/actv/asset_image.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#[], attr_reader, define_attribute_method, define_predicate_method, define_uri_method, from_response, #initialize, #memoize, #method_missing, object_attr_reader, #respond_to?, #to_hash, uri_attr_reader

Constructor Details

This class inherits a constructor from ACTV::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ACTV::Base

Instance Attribute Details

#imageCaptionTxtObject (readonly) Also known as: caption

Returns the value of attribute imageCaptionTxt.



4
5
6
# File 'lib/actv/asset_image.rb', line 4

def imageCaptionTxt
  @imageCaptionTxt
end

#imageNameObject (readonly) Also known as: name

Returns the value of attribute imageName.



4
5
6
# File 'lib/actv/asset_image.rb', line 4

def imageName
  @imageName
end

#imageUrlAdrObject (readonly) Also known as: url

Returns the value of attribute imageUrlAdr.



4
5
6
# File 'lib/actv/asset_image.rb', line 4

def imageUrlAdr
  @imageUrlAdr
end

#linkTargetObject (readonly) Also known as: target

Returns the value of attribute linkTarget.



4
5
6
# File 'lib/actv/asset_image.rb', line 4

def linkTarget
  @linkTarget
end

#linkUrlObject (readonly) Also known as: link

Returns the value of attribute linkUrl.



4
5
6
# File 'lib/actv/asset_image.rb', line 4

def linkUrl
  @linkUrl
end