Class: Me::Cli::SwitchCommand
- Inherits:
-
Struct
- Object
- Struct
- Me::Cli::SwitchCommand
- Defined in:
- lib/me/cli/switch_command.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/me/cli/switch_command.rb', line 7 def name @name end |
Instance Method Details
#call ⇒ Object
8 9 10 11 12 |
# File 'lib/me/cli/switch_command.rb', line 8 def call identity.activate activate_configuration views end |