Method: Parse::File#name

Defined in:
lib/parse/model/file.rb

#nameString

Returns the name of the file including extension (if any).

Returns:

  • (String)

    the name of the file including extension (if any)



34
35
36
# File 'lib/parse/model/file.rb', line 34

def name
  @name
end