Method: App42::Upload::UploadFileType#enum
- Defined in:
- lib/upload/UploadFileType.rb
#enum(string) ⇒ Object
Sets the value of the UploadFileType.
48 49 50 |
# File 'lib/upload/UploadFileType.rb', line 48 def enum(string) return UploadFileType.const_get(string) end |