Class: Gem_packer::FTP_DATA
- Inherits:
-
Struct
- Object
- Struct
- Gem_packer::FTP_DATA
- Defined in:
- lib/knut_tools/rake/gempackager.rb
Overview
Struct with :host, :account, :password, :target_dir. Used in ftp_rdoc
Instance Attribute Summary collapse
-
#account ⇒ Object
Returns the value of attribute account.
-
#host ⇒ Object
Returns the value of attribute host.
-
#password ⇒ Object
Returns the value of attribute password.
-
#target_dir ⇒ Object
Returns the value of attribute target_dir.
Instance Attribute Details
#account ⇒ Object
Returns the value of attribute account
153 154 155 |
# File 'lib/knut_tools/rake/gempackager.rb', line 153 def account @account end |
#host ⇒ Object
Returns the value of attribute host
153 154 155 |
# File 'lib/knut_tools/rake/gempackager.rb', line 153 def host @host end |
#password ⇒ Object
Returns the value of attribute password
153 154 155 |
# File 'lib/knut_tools/rake/gempackager.rb', line 153 def password @password end |
#target_dir ⇒ Object
Returns the value of attribute target_dir
153 154 155 |
# File 'lib/knut_tools/rake/gempackager.rb', line 153 def target_dir @target_dir end |