Method: Transloadit::Step#name

Defined in:
lib/transloadit/step.rb

#nameString

Returns the name to give the step.

Returns:

  • (String)

    the name to give the step

[View source]

13
14
15
# File 'lib/transloadit/step.rb', line 13

def name
  @name
end