Class: Ftpeter::Connection
- Inherits:
-
Struct
- Object
- Struct
- Ftpeter::Connection
- Defined in:
- lib/ftpeter/connection.rb
Instance Attribute Summary collapse
-
#commands ⇒ Object
Returns the value of attribute commands.
-
#credentials ⇒ Object
Returns the value of attribute credentials.
-
#dir ⇒ Object
Returns the value of attribute dir.
-
#host ⇒ Object
Returns the value of attribute host.
Instance Attribute Details
#commands ⇒ Object
Returns the value of attribute commands
3 4 5 |
# File 'lib/ftpeter/connection.rb', line 3 def commands @commands end |
#credentials ⇒ Object
Returns the value of attribute credentials
3 4 5 |
# File 'lib/ftpeter/connection.rb', line 3 def credentials @credentials end |
#dir ⇒ Object
Returns the value of attribute dir
3 4 5 |
# File 'lib/ftpeter/connection.rb', line 3 def dir @dir end |
#host ⇒ Object
Returns the value of attribute host
3 4 5 |
# File 'lib/ftpeter/connection.rb', line 3 def host @host end |