Class: GroupObject

Inherits:
Object
  • Object
show all
Includes:
DataFactory, Foundry, Navigation
Defined in:
lib/kuality-coeus/data_objects/identity/group.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Navigation

#doc_search, #fill_out, #fill_out_item, #on_document?, #on_page?, #open_document

Methods included from Utilities

#get, #make_user, #random_percentage, #set, #snake_case

Constructor Details

#initialize(browser, opts = {}) ⇒ GroupObject

Returns a new instance of GroupObject.



10
11
12
13
# File 'lib/kuality-coeus/data_objects/identity/group.rb', line 10

def initialize(browser, opts={})
  @browser = browser

end

Instance Attribute Details

#assigneesObject

Returns the value of attribute assignees.



7
8
9
# File 'lib/kuality-coeus/data_objects/identity/group.rb', line 7

def assignees
  @assignees
end

#descriptionObject

Returns the value of attribute description.



7
8
9
# File 'lib/kuality-coeus/data_objects/identity/group.rb', line 7

def description
  @description
end

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/kuality-coeus/data_objects/identity/group.rb', line 7

def id
  @id
end

#nameObject

Returns the value of attribute name.



7
8
9
# File 'lib/kuality-coeus/data_objects/identity/group.rb', line 7

def name
  @name
end

#namespaceObject

Returns the value of attribute namespace.



7
8
9
# File 'lib/kuality-coeus/data_objects/identity/group.rb', line 7

def namespace
  @namespace
end

#principal_nameObject

Returns the value of attribute principal_name.



7
8
9
# File 'lib/kuality-coeus/data_objects/identity/group.rb', line 7

def principal_name
  @principal_name
end

#typeObject

Returns the value of attribute type.



7
8
9
# File 'lib/kuality-coeus/data_objects/identity/group.rb', line 7

def type
  @type
end

Instance Method Details

#createObject



15
16
17
# File 'lib/kuality-coeus/data_objects/identity/group.rb', line 15

def create

end