Class: UU::OS::GVC::Image

Inherits:
Component show all
Defined in:
uu_os_gvc-0.9.6/lib/uu/os/gvc/image.rb

Overview

Image component.

Instance Attribute Summary (collapse)

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