| Class | RSS::ImageItemModel::ImageItem |
| In: |
lib/rss/image.rb
|
| Parent: | Element |
| image_width= | -> | width= |
| image_width | -> | width |
| image_height= | -> | height= |
| image_height | -> | height |
# File lib/rss/image.rb, line 80
80: def initialize(*args)
81: if Utils.element_initialize_arguments?(args)
82: super
83: else
84: super()
85: self.about = args[0]
86: self.resource = args[1]
87: end
88: end