Class: BrickFTP::RESTfulAPI::CreatePermission::Params

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

Instance Attribute Summary collapse

Instance Attribute Details

#group_idObject

Returns the value of attribute group_id

Returns:

  • (Object)

    the current value of group_id



25
26
27
# File 'lib/brick_ftp/restful_api/create_permission.rb', line 25

def group_id
  @group_id
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



25
26
27
# File 'lib/brick_ftp/restful_api/create_permission.rb', line 25

def path
  @path
end

#permissionObject

Returns the value of attribute permission

Returns:

  • (Object)

    the current value of permission



25
26
27
# File 'lib/brick_ftp/restful_api/create_permission.rb', line 25

def permission
  @permission
end

#recursiveObject

Returns the value of attribute recursive

Returns:

  • (Object)

    the current value of recursive



25
26
27
# File 'lib/brick_ftp/restful_api/create_permission.rb', line 25

def recursive
  @recursive
end

#user_idObject

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



25
26
27
# File 'lib/brick_ftp/restful_api/create_permission.rb', line 25

def user_id
  @user_id
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



25
26
27
# File 'lib/brick_ftp/restful_api/create_permission.rb', line 25

def username
  @username
end