Class: BrickFTP::RESTfulAPI::CreateUserInGroup::Params

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

Instance Attribute Summary collapse

Instance Attribute Details

#authenticate_untilObject

Returns the value of attribute authenticate_until

Returns:

  • (Object)

    the current value of authenticate_until



30
31
32
# File 'lib/brick_ftp/restful_api/create_user_in_group.rb', line 30

def authenticate_until
  @authenticate_until
end

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



30
31
32
# File 'lib/brick_ftp/restful_api/create_user_in_group.rb', line 30

def email
  @email
end

#group_idsObject

Returns the value of attribute group_ids

Returns:

  • (Object)

    the current value of group_ids



30
31
32
# File 'lib/brick_ftp/restful_api/create_user_in_group.rb', line 30

def group_ids
  @group_ids
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



30
31
32
# File 'lib/brick_ftp/restful_api/create_user_in_group.rb', line 30

def language
  @language
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



30
31
32
# File 'lib/brick_ftp/restful_api/create_user_in_group.rb', line 30

def name
  @name
end

#notesObject

Returns the value of attribute notes

Returns:

  • (Object)

    the current value of notes



30
31
32
# File 'lib/brick_ftp/restful_api/create_user_in_group.rb', line 30

def notes
  @notes
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



30
31
32
# File 'lib/brick_ftp/restful_api/create_user_in_group.rb', line 30

def password
  @password
end

#require_password_changeObject

Returns the value of attribute require_password_change

Returns:

  • (Object)

    the current value of require_password_change



30
31
32
# File 'lib/brick_ftp/restful_api/create_user_in_group.rb', line 30

def require_password_change
  @require_password_change
end

#time_zoneObject

Returns the value of attribute time_zone

Returns:

  • (Object)

    the current value of time_zone



30
31
32
# File 'lib/brick_ftp/restful_api/create_user_in_group.rb', line 30

def time_zone
  @time_zone
end

#user_rootObject

Returns the value of attribute user_root

Returns:

  • (Object)

    the current value of user_root



30
31
32
# File 'lib/brick_ftp/restful_api/create_user_in_group.rb', line 30

def user_root
  @user_root
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



30
31
32
# File 'lib/brick_ftp/restful_api/create_user_in_group.rb', line 30

def username
  @username
end