Class: ACTV::AssetImage
Instance Attribute Summary collapse
-
#imageCaptionTxt ⇒ Object
(also: #caption)
readonly
Returns the value of attribute imageCaptionTxt.
-
#imageName ⇒ Object
(also: #name)
readonly
Returns the value of attribute imageName.
-
#imageUrlAdr ⇒ Object
(also: #url)
readonly
Returns the value of attribute imageUrlAdr.
-
#linkTarget ⇒ Object
(also: #target)
readonly
Returns the value of attribute linkTarget.
-
#linkUrl ⇒ Object
(also: #link)
readonly
Returns the value of attribute linkUrl.
Attributes inherited from Base
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
#imageCaptionTxt ⇒ Object (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 |
#imageName ⇒ Object (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 |
#imageUrlAdr ⇒ Object (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 |
#linkTarget ⇒ Object (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 |
#linkUrl ⇒ Object (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 |