Class: CommandTower::Impersonation::Overlay
- Inherits:
-
Data
- Object
- Data
- CommandTower::Impersonation::Overlay
- Defined in:
- lib/command_tower/impersonation/apply_overlay.rb
Instance Attribute Summary collapse
-
#actor ⇒ Object
readonly
Returns the value of attribute actor.
-
#session ⇒ Object
readonly
Returns the value of attribute session.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#target ⇒ Object
readonly
Returns the value of attribute target.
Instance Attribute Details
#actor ⇒ Object (readonly)
Returns the value of attribute actor
5 6 7 |
# File 'lib/command_tower/impersonation/apply_overlay.rb', line 5 def actor @actor end |
#session ⇒ Object (readonly)
Returns the value of attribute session
5 6 7 |
# File 'lib/command_tower/impersonation/apply_overlay.rb', line 5 def session @session end |
#status ⇒ Object (readonly)
Returns the value of attribute status
5 6 7 |
# File 'lib/command_tower/impersonation/apply_overlay.rb', line 5 def status @status end |
#target ⇒ Object (readonly)
Returns the value of attribute target
5 6 7 |
# File 'lib/command_tower/impersonation/apply_overlay.rb', line 5 def target @target end |