Class: PersonJob

Inherits:
Struct
  • Object
show all
Defined in:
lib/person_job.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#create_active_directory_accountObject

Returns the value of attribute create_active_directory_account

Returns:

  • (Object)

    the current value of create_active_directory_account



1
2
3
# File 'lib/person_job.rb', line 1

def 
  @create_active_directory_account
end

#create_google_emailObject

Returns the value of attribute create_google_email

Returns:

  • (Object)

    the current value of create_google_email



1
2
3
# File 'lib/person_job.rb', line 1

def create_google_email
  @create_google_email
end

#create_twiki_accountObject

Returns the value of attribute create_twiki_account

Returns:

  • (Object)

    the current value of create_twiki_account



1
2
3
# File 'lib/person_job.rb', line 1

def 
  @create_twiki_account
end

#person_idObject

Returns the value of attribute person_id

Returns:

  • (Object)

    the current value of person_id



1
2
3
# File 'lib/person_job.rb', line 1

def person_id
  @person_id
end

Instance Method Details

#performObject



3
4
5
# File 'lib/person_job.rb', line 3

def perform
  User.perform_create_accounts(person_id, create_google_email, , )
end