Class: BrickFTP::RESTfulAPI::CreateGroup::Params

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



22
23
24
# File 'lib/brick_ftp/restful_api/create_group.rb', line 22

def name
  @name
end

#notesObject

Returns the value of attribute notes

Returns:

  • (Object)

    the current value of notes



22
23
24
# File 'lib/brick_ftp/restful_api/create_group.rb', line 22

def notes
  @notes
end

#user_idsObject

Returns the value of attribute user_ids

Returns:

  • (Object)

    the current value of user_ids



22
23
24
# File 'lib/brick_ftp/restful_api/create_group.rb', line 22

def user_ids
  @user_ids
end