Class: BrickFTP::RESTfulAPI::UpdateUser::Params

Inherits:
Struct
  • Object
show all
Defined in:
lib/brick_ftp/restful_api/update_user.rb

Instance Attribute Summary collapse

Instance Attribute Details

#admin_group_idsObject

Returns the value of attribute admin_group_ids

Returns:

  • (Object)

    the current value of admin_group_ids



46
47
48
# File 'lib/brick_ftp/restful_api/update_user.rb', line 46

def admin_group_ids
  @admin_group_ids
end

#allowed_ipsObject

Returns the value of attribute allowed_ips

Returns:

  • (Object)

    the current value of allowed_ips



46
47
48
# File 'lib/brick_ftp/restful_api/update_user.rb', line 46

def allowed_ips
  @allowed_ips
end

#attachments_permissionObject

Returns the value of attribute attachments_permission

Returns:

  • (Object)

    the current value of attachments_permission



46
47
48
# File 'lib/brick_ftp/restful_api/update_user.rb', line 46

def attachments_permission
  @attachments_permission
end

#authenticate_untilObject

Returns the value of attribute authenticate_until

Returns:

  • (Object)

    the current value of authenticate_until



46
47
48
# File 'lib/brick_ftp/restful_api/update_user.rb', line 46

def authenticate_until
  @authenticate_until
end

#authentication_methodObject

Returns the value of attribute authentication_method

Returns:

  • (Object)

    the current value of authentication_method



46
47
48
# File 'lib/brick_ftp/restful_api/update_user.rb', line 46

def authentication_method
  @authentication_method
end

#can_create_new_usersObject

Returns the value of attribute can_create_new_users

Returns:

  • (Object)

    the current value of can_create_new_users



46
47
48
# File 'lib/brick_ftp/restful_api/update_user.rb', line 46

def can_create_new_users
  @can_create_new_users
end

#dav_permissionObject

Returns the value of attribute dav_permission

Returns:

  • (Object)

    the current value of dav_permission



46
47
48
# File 'lib/brick_ftp/restful_api/update_user.rb', line 46

def dav_permission
  @dav_permission
end

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



46
47
48
# File 'lib/brick_ftp/restful_api/update_user.rb', line 46

def email
  @email
end

#ftp_permissionObject

Returns the value of attribute ftp_permission

Returns:

  • (Object)

    the current value of ftp_permission



46
47
48
# File 'lib/brick_ftp/restful_api/update_user.rb', line 46

def ftp_permission
  @ftp_permission
end

#grant_permissionObject

Returns the value of attribute grant_permission

Returns:

  • (Object)

    the current value of grant_permission



46
47
48
# File 'lib/brick_ftp/restful_api/update_user.rb', line 46

def grant_permission
  @grant_permission
end

#group_idsObject

Returns the value of attribute group_ids

Returns:

  • (Object)

    the current value of group_ids



46
47
48
# File 'lib/brick_ftp/restful_api/update_user.rb', line 46

def group_ids
  @group_ids
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



46
47
48
# File 'lib/brick_ftp/restful_api/update_user.rb', line 46

def language
  @language
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



46
47
48
# File 'lib/brick_ftp/restful_api/update_user.rb', line 46

def name
  @name
end

#notesObject

Returns the value of attribute notes

Returns:

  • (Object)

    the current value of notes



46
47
48
# File 'lib/brick_ftp/restful_api/update_user.rb', line 46

def notes
  @notes
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



46
47
48
# File 'lib/brick_ftp/restful_api/update_user.rb', line 46

def password
  @password
end

#password_confirmationObject

Returns the value of attribute password_confirmation

Returns:

  • (Object)

    the current value of password_confirmation



46
47
48
# File 'lib/brick_ftp/restful_api/update_user.rb', line 46

def password_confirmation
  @password_confirmation
end

#receive_admin_alertsObject

Returns the value of attribute receive_admin_alerts

Returns:

  • (Object)

    the current value of receive_admin_alerts



46
47
48
# File 'lib/brick_ftp/restful_api/update_user.rb', line 46

def receive_admin_alerts
  @receive_admin_alerts
end

#require_password_changeObject

Returns the value of attribute require_password_change

Returns:

  • (Object)

    the current value of require_password_change



46
47
48
# File 'lib/brick_ftp/restful_api/update_user.rb', line 46

def require_password_change
  @require_password_change
end

#restapi_permissionObject

Returns the value of attribute restapi_permission

Returns:

  • (Object)

    the current value of restapi_permission



46
47
48
# File 'lib/brick_ftp/restful_api/update_user.rb', line 46

def restapi_permission
  @restapi_permission
end

#self_managedObject

Returns the value of attribute self_managed

Returns:

  • (Object)

    the current value of self_managed



46
47
48
# File 'lib/brick_ftp/restful_api/update_user.rb', line 46

def self_managed
  @self_managed
end

#sftp_permissionObject

Returns the value of attribute sftp_permission

Returns:

  • (Object)

    the current value of sftp_permission



46
47
48
# File 'lib/brick_ftp/restful_api/update_user.rb', line 46

def sftp_permission
  @sftp_permission
end

#site_adminObject

Returns the value of attribute site_admin

Returns:

  • (Object)

    the current value of site_admin



46
47
48
# File 'lib/brick_ftp/restful_api/update_user.rb', line 46

def site_admin
  @site_admin
end

#ssl_requiredObject

Returns the value of attribute ssl_required

Returns:

  • (Object)

    the current value of ssl_required



46
47
48
# File 'lib/brick_ftp/restful_api/update_user.rb', line 46

def ssl_required
  @ssl_required
end

#subscribe_to_newsletterObject

Returns the value of attribute subscribe_to_newsletter

Returns:

  • (Object)

    the current value of subscribe_to_newsletter



46
47
48
# File 'lib/brick_ftp/restful_api/update_user.rb', line 46

def subscribe_to_newsletter
  @subscribe_to_newsletter
end

#time_zoneObject

Returns the value of attribute time_zone

Returns:

  • (Object)

    the current value of time_zone



46
47
48
# File 'lib/brick_ftp/restful_api/update_user.rb', line 46

def time_zone
  @time_zone
end

#user_rootObject

Returns the value of attribute user_root

Returns:

  • (Object)

    the current value of user_root



46
47
48
# File 'lib/brick_ftp/restful_api/update_user.rb', line 46

def user_root
  @user_root
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



46
47
48
# File 'lib/brick_ftp/restful_api/update_user.rb', line 46

def username
  @username
end