Class: Zine::UploaderSFTP::Node
- Inherits:
-
Struct
- Object
- Struct
- Zine::UploaderSFTP::Node
- Defined in:
- lib/zine/uploader_sftp.rb
Overview
a folder in a path
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#path_string ⇒ Object
Returns the value of attribute path_string.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
12 13 14 |
# File 'lib/zine/uploader_sftp.rb', line 12 def name @name end |
#path_string ⇒ Object
Returns the value of attribute path_string
12 13 14 |
# File 'lib/zine/uploader_sftp.rb', line 12 def path_string @path_string end |