Class: Ftpeter::Connection

Inherits:
Struct
  • Object
show all
Defined in:
lib/ftpeter/connection.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandsObject

Returns the value of attribute commands

Returns:

  • (Object)

    the current value of commands



3
4
5
# File 'lib/ftpeter/connection.rb', line 3

def commands
  @commands
end

#credentialsObject

Returns the value of attribute credentials

Returns:

  • (Object)

    the current value of credentials



3
4
5
# File 'lib/ftpeter/connection.rb', line 3

def credentials
  @credentials
end

#dirObject

Returns the value of attribute dir

Returns:

  • (Object)

    the current value of dir



3
4
5
# File 'lib/ftpeter/connection.rb', line 3

def dir
  @dir
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



3
4
5
# File 'lib/ftpeter/connection.rb', line 3

def host
  @host
end