Class: FTPMVC::File
- Inherits:
-
Struct
- Object
- Struct
- FTPMVC::File
- Defined in:
- lib/ftpmvc/file.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/ftpmvc/file.rb', line 2 def name @name end |
Instance Method Details
#data ⇒ Object
3 4 5 |
# File 'lib/ftpmvc/file.rb', line 3 def data nil end |