Class: Saklient::Cloud::Resources::FtpInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/saklient/cloud/resources/ftp_info.rb

Overview

FTPサーバのアカウント情報.

Instance Attribute Summary (collapse)

Instance Attribute Details

- (String) host_name (readonly)

ホスト名

Returns:

  • (String)


31
32
33
# File 'lib/saklient/cloud/resources/ftp_info.rb', line 31

def host_name
  @host_name
end

- (String) password (readonly)

パスワード

Returns:

  • (String)


77
78
79
# File 'lib/saklient/cloud/resources/ftp_info.rb', line 77

def password
  @password
end

- (String) user (readonly)

ユーザ名

Returns:

  • (String)


54
55
56
# File 'lib/saklient/cloud/resources/ftp_info.rb', line 54

def user
  @user
end