Class: CommandTower::Impersonation::Overlay

Inherits:
Data
  • Object
show all
Defined in:
lib/command_tower/impersonation/apply_overlay.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actorObject (readonly)

Returns the value of attribute actor

Returns:

  • (Object)

    the current value of actor



5
6
7
# File 'lib/command_tower/impersonation/apply_overlay.rb', line 5

def actor
  @actor
end

#sessionObject (readonly)

Returns the value of attribute session

Returns:

  • (Object)

    the current value of session



5
6
7
# File 'lib/command_tower/impersonation/apply_overlay.rb', line 5

def session
  @session
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



5
6
7
# File 'lib/command_tower/impersonation/apply_overlay.rb', line 5

def status
  @status
end

#targetObject (readonly)

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



5
6
7
# File 'lib/command_tower/impersonation/apply_overlay.rb', line 5

def target
  @target
end