Class: UU::OS::Form::File

Inherits:
Input show all
Defined in:
uu_os_gvc-0.9.6/lib/uu/os/form/file.rb

Overview

File input component.

Direct Known Subclasses

InputImage

Instance Attribute Summary (collapse)

Attributes inherited from Input

#data, #disabled, #read_only, #required, #value

Attributes inherited from GVC::Component

#attributes, #code, #component_type, #form, #height, #id, #name, #width

Method Summary

Methods inherited from GVC::Component

#add_message, #focus, #initialize, #messages

Constructor Details

This class inherits a constructor from UU::OS::GVC::Component

Instance Attribute Details

- (Object) bucket_uri

URI of bucket where to store files.



11
12
13
# File 'uu_os_gvc-0.9.6/lib/uu/os/form/file.rb', line 11

def bucket_uri
  @bucket_uri
end