Class: Me::Cli::SwitchCommand

Inherits:
Struct
  • Object
show all
Defined in:
lib/me/cli/switch_command.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/me/cli/switch_command.rb', line 7

def name
  @name
end

Instance Method Details

#callObject



8
9
10
11
12
# File 'lib/me/cli/switch_command.rb', line 8

def call
  identity.activate
  activate_configuration
  views
end