Method: Transloadit#assembly
- Defined in:
- lib/transloadit.rb
#assembly(options = {}) ⇒ Object
Creates a Transloadit::Assembly ready to be sent to the REST API.
83 84 85 |
# File 'lib/transloadit.rb', line 83 def assembly( = {}) Transloadit::Assembly.new(self, ) end |