Method: Parse::File#name
- Defined in:
- lib/parse/model/file.rb
#name ⇒ String
Returns the name of the file including extension (if any).
34 35 36 |
# File 'lib/parse/model/file.rb', line 34 def name @name end |
Returns the name of the file including extension (if any).
34 35 36 |
# File 'lib/parse/model/file.rb', line 34 def name @name end |