class Mocloud::Commands::Logout

Public Instance Methods

description() click to toggle source
# File lib/mocloud/commands/logout.rb, line 5
def description
        "Log out from Mobingi (does not do anything right now)"
end
run() click to toggle source
# File lib/mocloud/commands/logout.rb, line 9
def run
end