Class: FTPMVC::File

Inherits:
Struct
  • Object
show all
Defined in:
lib/ftpmvc/file.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



2
3
4
# File 'lib/ftpmvc/file.rb', line 2

def name
  @name
end

Instance Method Details

#dataObject



3
4
5
# File 'lib/ftpmvc/file.rb', line 3

def data
  nil
end