Class: Gem_packer::FTP_DATA

Inherits:
Struct
  • Object
show all
Defined in:
lib/knut_tools/rake/gempackager.rb

Overview

Struct with :host, :account, :password, :target_dir. Used in ftp_rdoc

Instance Attribute Summary collapse

Instance Attribute Details

#accountObject

Returns the value of attribute account

Returns:

  • (Object)

    the current value of account



153
154
155
# File 'lib/knut_tools/rake/gempackager.rb', line 153

def 
  @account
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



153
154
155
# File 'lib/knut_tools/rake/gempackager.rb', line 153

def host
  @host
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



153
154
155
# File 'lib/knut_tools/rake/gempackager.rb', line 153

def password
  @password
end

#target_dirObject

Returns the value of attribute target_dir

Returns:

  • (Object)

    the current value of target_dir



153
154
155
# File 'lib/knut_tools/rake/gempackager.rb', line 153

def target_dir
  @target_dir
end