Class: Zine::UploaderSFTP::Node

Inherits:
Struct
  • Object
show all
Defined in:
lib/zine/uploader_sftp.rb

Overview

a folder in a path

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/zine/uploader_sftp.rb', line 10

def name
  @name
end

#path_stringObject

Returns the value of attribute path_string

Returns:

  • (Object)

    the current value of path_string



10
11
12
# File 'lib/zine/uploader_sftp.rb', line 10

def path_string
  @path_string
end