Class: UU::OS::GVC::Image
- Inherits:
-
Component
- Object
- Component
- UU::OS::GVC::Image
- Defined in:
- uu_os_gvc-0.9.6/lib/uu/os/gvc/image.rb
Overview
Image component.
Instance Attribute Summary (collapse)
-
- (Object) data_uri
The URI to get the image data from.
Attributes inherited from Component
#attributes, #code, #component_type, #form, #height, #id, #name, #width
Method Summary
Methods inherited from Component
#add_message, #focus, #initialize, #messages
Constructor Details
This class inherits a constructor from UU::OS::GVC::Component
Instance Attribute Details
- (Object) data_uri
The URI to get the image data from.
11 12 13 |
# File 'uu_os_gvc-0.9.6/lib/uu/os/gvc/image.rb', line 11 def data_uri @data_uri end |